Skip to content
Snippets Groups Projects

a directory for everyone brave enough to linux

Merged Henrik Jochum requested to merge patch-1 into master
6 unresolved threads
Compare and Show latest version
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
@@ -38,3 +38,13 @@ Still fighting with unmet dependencies and the ownCloud-Client. Somewhat the las
Hurray! I successfully solved! After a fair bit of trial and error (I was right) it worked. I think it was a version problem, so the OS version I currently use (Ubuntu 18.04.4 LTS) didn't match with the version of the program I tried to install. After finding the right one, it worked as planned. I'm slowly beginning to really like the Ubuntu workflow, it feels more streamlined and organizing software, files etc. is rather easy and intuitive (after a while).
So I found another big thing: hidden files. I had to debug an Atom package and all the internet advice sent me to a hidden directory, /.atom. Couldn't find it so I searched help - again - on the internet. The dot before the name hides the directory, file or whatever. This can be solved by pushing `strg+h` inside the files or - for checking it in the terminal - `ls -a`.
## Branching Things
(This link is basically what I noticed)[https://stackoverflow.com/questions/67699/how-to-clone-all-remote-branches-in-git#72156]
`git branch -a`
`git clone` only clones the master!
What are the usage rights for other branches? Can I access 12-project-ideas-maryam from my machine? I think not, as I checked it out, but I can't edit it.
\ No newline at end of file
Loading