Browsing Tag
github
178 posts
Why are people developing inside containers?
Nine years ago, in March 2013, Solomon Hykes and his cofounders revolutionized how we do software development with…
Incremental lint fixes by GitHub Actions
How do you apply new lint rules to the legacy project with active development? Have you added standard…
How to undo a git pull
Have you ever been working on a project, ran a git pull only to realise you’ve majorly messed…
How to make Git ignore file permission (chmod) changes
Have you ever made some changes in git, and then changed the files permissions too, only to realise…
Git blame – How to find out who modified a line with Git
Have you ever found a bug inducing line change in your code, and wondered who made the change…
How to Store Images on GitHub ?
In this quick walk-through you’ll learn how to create a separate branch in your repo to store your…
How to force overwrite local changes with ‘git pull’
Have you ever been working on a project in git and ran into an error telling you that…
Github contributions for beginners
Want to make your first contribution on Github. I’ve got a repo for you. github.com/callofcode First go to…
Automate your releases on GitHub
So, what are releases? Packaging/bundling software and making it available for a broader audience for download and use.…
Beautify GitHub profile
There is no better way to show off your skills than having an attractive GitHub profile, not only…