Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ git init
- Reinitialized existing Git repository in (blah)
- $ git remote add origin (blah2)
- fatal: remote origin already exists.
- $ git add .
- $ git commit -m "first commit"
- # On branch master
- nothing to commit, working directory clean
- $ git push origin master
- Everything up-to-date
- $
Advertisement
Add Comment
Please, Sign In to add comment