Sunday, October 17, 2021

7 Git commands for interview



1. git diff [sha1 sha2]

2. git show [shaID]

3. git pull [--rebase]

4. git fetch

5. git push [-f]

6. git cherry-pick [shaID] 

7. git format patch [-n]

No comments:

Post a Comment