Basic Git
-basic command —
git –help – display all command in git
git clone – kopi sus kod dalam local repo
git init – initialize git repo
git status – view status
git diff – tgk perubahan
git log – tgk log audit trail
git add .
git commit -a -m “kambing ku”
git remote add bitbucket
git remote remove origin
-push to github repo account-
git remote add origin https://github.com/sabrisoft/learn-git.git
git push -u origin master
vscode
ctrl + enter = vscode = commit
Recent Comments