I hate git with a passion... and regretfully, I have to keep track of things with git that I always forget. So, here are stuff I need to remind myself when setting up git:
git config --global user.name "My Name"
git config --global user.email "my@email.com"
git clone username@somehost:~whateverthis/is.git
No comments:
Post a Comment