Java D
0
Q:

push code to github command line

git init
git add .
git commit -m "message for the commit"
git remote add origin https://url-of-github-repo
git push origin master or git push -f origin master
6
git add .
git commit -m "message for the commit"
git remote add origin https://url-of-github-repo
git push origin master
7
git init
git add README.MD
git commit -m "commit message"
git remote add origin git url_of_github_repo
git push origin master
1

New to Communities?

Join the community