git checkout branch
$ git checkout -b new-branch --track origin/developtruelover@PEACE project % git checkout master
truelover@PEACE project % git checkout branch_name
#create branch
truelover@PEACE project % git checkout -b new_branch_name# In modern versions of Git, you can checkout the remote branch like a local branch.
git checkout <remotebranch>
# Older versions of Git require the creation of a new branch based on the remote.
git checkout <remotebranch> origin/<remotebranch>
Also in Shell:
- mac anydesk start at login
- view git branches most recent first
- how to access a samba share folder in linux
- youtube api python
- mysqli install ubuntu
- 403 apache ubuntu
- how to delete a package in ubuntu
- partially apply stash git
- install laravel
- find exclude hidden files
- docker remove image
- powershell foreach
- how to check error logs in linux
- linux spotify client
- how to install zlib
- install from tar gz file unix
- undo git add
- git eof config
- how to start nginx in linux
- how to run a create-react-app server
- pyinstaller statsmodels
- run bat file with arguments
- bash function
- start mariadb on linux terminal