Whaaaaaat! I've sent me very first git pull request, ever! 🎉 It's so awesome to see myself in that commit list. ✨
https://github.com/tuskyapp/tuskyapp.github.io/commits/master
@nora
Just remember that's true for everyone. Git is just very complicated.
@sandzwerg I struggled with some errors telling me that my local repo js behind the remote one and that i should try to pull before pushing again. But that didn't work and i was left with question marks over my head... ☹️
Then i just deleted the whole folder (after moving the not yet uploaded files to somewhere else), cloned the repo, added the files back again and then it just worked. I don't understand... Oh well. ‾\😁/‾
@nora
Probably some kind of merge error. Git knows three different kinds of files/stages: not tracked, staged and committed and grasping this and how they interact with each other is hard
@nora \o/
And i discovered that Git is usable through the Atom editor. After installing the git-plus package one can use commit, add and push files directly inside Atom. No need for terminal commands anymooooaaaar! 😃 That was the major thing holding me back.