Github Learnings for a relative newbie like me
After the last number of weeks I have been working away with some projects / repositories on GitHub. As I’m currently the only contributor to my repos my usage of the full capabilities of git isn’t necessitated and to be frank most of my work with git has simply involved;
vim some-super-interesting-file.md
:wq
git add some-super-interesting-file.md
git commit -m "some commit message"
git push origin whatever-branchIt’s pretty simple and straightforward and outside of needing to do the odd git pull in my project directory from time to time because I’ve done some updates either directly on github.com or on another machine, it’s been pretty flawless.