Tag: git
-
How to merge specific file changes from branch B into branch A without merging the entire branch
Use this git command to fetch changes from specific file instead of merging the whole branch! git checkout B — path/to/your/file
-
GITHUB GIT CHEAT SHEET PNG IMAGE
GitHub Git CHEAT SHEET. This cheat sheet features the most important and commonly used Git commands for easy reference. Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows. Wikipedia