Posted on : 17-05-2012 | By : Vaseem Ansari | In : Git, Programming Languages
If you are facing some conflict issues in some file(s) during commit or merge then you can follow the below procedure to resolve conflicts.
If you are facing some conflict issues in some file(s) during commit or merge then you can follow the below procedure to resolve conflicts.
If you are looking for the git commands like git push, git stash, git add, git merge, git reset, git branch, git checkout, git pull origin, git status, git log and more then this post is the best resource of knowledge for you.
Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do.
0