Wednesday, April 18, 2018

Git Commands ( Part 04 ) (Branch)


















































  •  change the branch name type git branch -m a b 
























  • How to get a list of all files that changed between two Git commits? git diff --name-only <commit1> <commit2>
















No comments:

Post a Comment