Skip to content

Instantly share code, notes, and snippets.

@jspaper
Last active November 16, 2017 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jspaper/cfbff37c15aede0e3e0b92b6ea721d8b to your computer and use it in GitHub Desktop.
Save jspaper/cfbff37c15aede0e3e0b92b6ea721d8b to your computer and use it in GitHub Desktop.
Git tutorial
git config --local credential.helper store
git config http.sslVerify false

git remote -v
git remote set-url origin https://..../example.git

# 取得遠端的branch並在本地端建立一個branch
git checkout --track -b feature_branch origin/feature_branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment