Lekosaurus
0
Q:

git basic commands

git commit -a
1
git add <filename>

git add *
0
git push --tags origin
0
git checkout -b <branchname>
0
git push --all origin
0
git clone username@host:/path/to/repository
0
git push origin <branchname>
0
git tag 1.0.0 <commitID>
0

New to Communities?

Join the community