Command | Description |
---|---|
sudo rm -r * | |
ls | |
ls -l | |
ls -l -a | |
sudo rm -r .git (tab) | |
ls -l -a | |
sudo crontab -l | |
sudo crontab -e | |
git init | |
git diff | |
git remote add first-push-test https://github.com/gauravrjoshi/first-push-test.git | |
git remote add origin https://github.com/gauravrjoshi/first-push-test.git | |
git push origin master | |
git mergetool | |
git reflog –all |