Debuginfo

思考とアウトプット

git commands

前にも書いたかもだけど,マジ忘れるから備忘録。

$ history | grep git
 4330  git init
 4331  git add *
 4333  git add lib t README
 4334  git add Build.PL 
 4338  git ignore.txt 
 4340  git MANIFEST.SKIP 
 4341  git add MANIFEST.SKIP 
 4342  git add Makefile.PL
 4343  git commit
 4344  git remote add origin https://github.com/shoheik/Graph-Similarity.git
 4345  git push origin master
 4346  git push origin master --force ### I needed this because I have been using the different repo in my home PC