[] Git git command collection

 

[In the project root directory contains .git directory is located, open git Bash]

Reference Address: https://www.cnblogs.com/sxdcgaq8080/p/11655170.html

====================================================

1. Check the git branch was created + See branches submission history

 

command:

git reflog show --date = iso branch name

 

 

 

2.git get remote branch refresh the list, you can see the latest list of remote branches on the idea

git remote update origin --prune

[Note: If you are not in the remote branch origin, as you have to replace the command origin of your name. ]

 

 

 

 

3.

 

Guess you like

Origin www.cnblogs.com/sxdcgaq8080/p/11824258.html
Recommended