strace -f -e trace=file
Monday, September 14, 2015
Thursday, February 26, 2015
Tuesday, February 24, 2015
Change remote repo in git
git remote –v # this will show you they old url
git remote remove origin
git remote add origin ssh://git@test.github.com/test/test.git
git push --set-upstream origin master
git remote remove origin
git remote add origin ssh://git@test.github.com/test/test.git
git push --set-upstream origin master
Subscribe to:
Posts (Atom)