.NET Code Log
Tips, reminders and ideas on how to solve different code issues.
Wednesday, May 8, 2019
CMD, GIT - Push Simple files to repository
1. Git init
2. Git Add *
3. Git commit -m "Added jadda"
4. git remote add origin "URL" to git repository that you just created in github.
5. git push --set-upstream origin master (branch)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment