-
Notifications
You must be signed in to change notification settings - Fork 17
github
rcdrones edited this page Jul 26, 2019
·
1 revision
git clone https://github.com/rcdrones/UPSPACK_V2
git config --global user.name "111"
git config --global user.email "[email protected]"
git config --global credential.helper store
git config --list
git add .
git commit -m "hello world"
git push
git pull
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/rcdrones/UPSPACK_V2.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/rcdrones/UPSPACK_V2.git
git push -u origin master