24
Q:

pushing to github

git add .
git commit -m "message for the commit"
git remote add origin https://url-of-github-repo
git push origin master
7
git add .
git commit -m "First commit"
git push origin master
2
git remote add origin https://github.com/yourusername/your-repo-name.git
1
git push origin branch-name
3
git push  <REMOTENAME> <BRANCHNAME>
0

New to Communities?

Join the community