Skip to content
Snippets Groups Projects
commands.md 1 KiB
Newer Older
Henrik Jochum's avatar
Henrik Jochum committed
## Commands
Upon popular demand (Danny), I will share the commands I encounter on my journey.

Central for one are the git commands, which I'm slowly getting used to. So the basic being:
Henrik Jochum's avatar
Henrik Jochum committed
`git fetch`
Henrik Jochum's avatar
Henrik Jochum committed
`git pull`
Henrik Jochum's avatar
Henrik Jochum committed
`git push`
Henrik Jochum's avatar
Henrik Jochum committed
`git push origin master`
Henrik Jochum's avatar
Henrik Jochum committed
`git branch`
Henrik Jochum's avatar
Henrik Jochum committed
`git checkout <branchname>`
Henrik Jochum's avatar
Henrik Jochum committed
`git push origin <branchname>`

There are tons of different lists of git commands on the Internet so I won't add all of them here.
Henrik Jochum's avatar
Henrik Jochum committed

Other than that I'm currently figuring out some annoyances I still have, for example that the touchpad is responding badly for a few seconds after I login. The guides on the internet include commands to for example show all input devices `xinput list` or how to get a list of all installed packages `apt list --installed`. Once again, all the `sudo apt-get install <package>` I think are really cool, because they cut all the unnecessary crap from installing new software.

The ones Danny listed in [here](https://gitlab.uzh.ch/lit/digizeit/merge_requests/13) are really useful, especially `ctrl+r`.