Skip to content
Snippets Groups Projects
Commit 5a14d543 authored by Henrik Jochum's avatar Henrik Jochum :new_moon:
Browse files

cleaning up the markdown and wonky english

parent d2d6d4e6
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,22 @@ ...@@ -2,15 +2,22 @@
Upon popular demand (Danny), I will share the commands I encounter on my journey. 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: Central for one are the git commands, which I'm slowly getting used to. So the basic being:
`git fetch` `git fetch`
`git pull` `git pull`
`git push` `git push`
`git push origin master` `git push origin master`
`git branch` `git branch`
`git checkout <branchname>` `git checkout <branchname>`
`git push origin <branchname>` `git push origin <branchname>`
There are tons of different lists of git commands on the Internet so I won't list all of them here. There are tons of different lists of git commands on the Internet so I won't add all of them here.
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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment