Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 201 Bytes

git.md

File metadata and controls

7 lines (7 loc) · 201 Bytes
git remote add origin git@github.com:gtwell/image_tempering_detection.git
git push -u origin master
# change remote
git remote set-url origin git@github.com:xxxxxx/xxxxxx.git
git remote -v