News

Reapply commits with git cherry-pick Many advanced git commands are useful only in narrowly specific circumstances, and safely ignored even by moderately advanced users.
So, this is the basic workflow of any project that uses Git for version control. Now, let’s see how we can actually implement these concepts using Git commands.
Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.
The prototypical Gitflow diagram is a bit dated. Here's an updated Gitflow workflow diagram that includes merges, branches and even some color.
If you need to work with GitHub, but don't have time to get up to speed with the git command line, Jack Wallen believes the GitHub Desktop app is the perfect tool for the job.
Before executing any commands I think it’s better to first talk about the concept of VCS and Git. It will help you understand why we need it and how can it improve an existing workflow.