cd ~/.ssh && ssh-keygen
cat id_rsa.pub | xclip
git clone
git init
git remote add some_name_in_remote.git
git add files
git push
git branch
No comments:
Post a Comment