1. Initialize the Git Repo
git init
2. Add the files to Git index
git add -A
3. Commit Added Files
git commit -m "my
commit"
4. Add new remote origin (GitHub)
git remote add origin git@....
5. Push to GitHub
git push -u -f origin master
No comments:
Post a Comment
Note: only a member of this blog may post a comment.