Skip to content

Latest commit

 

History

History
executable file
·
46 lines (29 loc) · 713 Bytes

github.md

File metadata and controls

executable file
·
46 lines (29 loc) · 713 Bytes

for users(ONLY download this repo):

git clone https://github.com/rcdrones/UPSPACK_V2

update the remote repo (For dev)

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


update the local repo

git pull

github default info:

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