Answers for "git cli"

0

git command

echo "# Cryptocurrency" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/pkbhavsar1/Cryptocurrency.git
git push -u origin main
Posted by: Guest on November-02-2021
0

git command

$ git remote -v
Posted by: Guest on October-26-2021
0

git command

git push
git pull
git branch
git commit -m "message"
git clone
git init
git checkout
git remote add
git status
git diff
git rebase
Posted by: Guest on February-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language