I Am
Volodymyr Hudyma
<FrontEndDeveloper />
Table Of Contents(Articles: 145)
1

Difference Between "git add -A", "git add ." and "git add -u"

September 08, 2021
#Git

The most basic task any developer has when working with Git on a daily basis is adding files to be committed. Probably the vast majority of us use **git add -A** without knowing exactly what is going on behind the scenes when we use the **\-A** flag, and whether there are no other...Read more

2

How To Undo The Last Commit In Git?

August 11, 2021
#Git

One of the most common tasks when collaborating with other developers using Git is adding and removing commits. While adding commits is a relatively simple task, undoing incorrect or unnecessary commits can cause problems...Read more

3

Git Stash Like A Pro

July 18, 2021
#Git

The developers work is often interrupted by requests to implement more important features or even to fix some critical bugs. This situation leads to stopping the development and switching to another task, but what if you didn't manage to complete the current work and you are not ready to...Read more

4

How To Rename Local And Remote Branch In Git?

June 04, 2021
#Git

In some cases, such as when you have named a branch that does not conform to the project standard, you need to rename it. It's a super simple task, but often developers forget either the commands or the exact order of arguments and they have to...Read more

5

Git Push To Multiple Repositories

May 07, 2021
#Git

Git is probably the best tool for version control and successful development team collaboration. Usually, developers keep the codebase in one place, like GitHub or GitLab, but in some cases it may be necessary to work with the project stored in different locations and keep...Read more

6

How To Delete And Restore Branches In Git?

February 17, 2021
#Git

Nowadays, it's hard to imagine product development without using Git branches to deliver a part of the functionality. A branch is an independent line of development used in order not to interfere with the main line, which can...Read more

7

2 Ways To Change A Commit Message In Git

February 12, 2021
#Git

Developers often find themselves in a situation where a commit message was misspelled because they were in a hurry to deliver a new feature. While this is not any kind of a serious problem, it is nice to keep your commits history clean and...Read more

8

Top 5 Git Commands For Experienced Developers

February 09, 2021
#Git

Most applications cannot be successfully developed by one person - they usually require the collaboration of multiple developers working on and sharing the same code. To make development easier and more robust - a version control system is needed that...Read more

Newsletter
Receive all new posts directly to your e-mail
No spam, only quality content twice a week