Skip to content

rofutocgm/git_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

git_sample

gitメモ

  • ステータス確認 git status
  • 差分確認 git diff
  • 追加 git add
  • コミット git commit -m "コメント"
  • プッシュ git push origin master
  • ブランチを切る git branch <ブランチ名>
  • プル(リモートをローカルに反映) git pull origin master
  • mergeされたブランチを削除 git branch --delete <ブランチ名>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages