a directory for everyone brave enough to linux
6 unresolved threads
6 unresolved threads
Compare changes
+ 17
− 1
@@ -35,4 +35,20 @@ Git and programming enviroment, but for work in general. It's probably a test in
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).
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`.
Create branch from remote branch! Ok, so there's difference between "branch" and remote "branch". If someone wants to edit an existing branch from a project, they first need to add a remote branch from the origin branch. That's what confused me. So `clone` only adds the master to the local machine and not the branched, which have to be added separately.
\ No newline at end of file