8000 GitHub - bakkujp/git-tutorial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bakkujp/git-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

git-tutorial

Git Setting

  • Set your user name and email address:
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
  • List all the settings Git: $ git config --list
  • Configure with editor: $ git config --global core.editor emacs

Fork A Repo on GitHub

Git basic commands

  • To delete a local branch: git branch -d the_local_branch
  • To remove a remote branch (if you know what you are doing!): git push origin :the_remote_branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0