Tag: github
-
GITHUB GIT CHEAT SHEET PNG IMAGE
GitHub Git CHEAT SHEET. This cheat sheet features the most important and commonly used Git commands for easy reference. Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows. Wikipedia
-
Create a GitHub bot for automatic contributions
Have you ever wondered how non-tech guys have such impressive contribution stats on their Github profiles? Yes, they have set up a GitHub bot that uploads the same file over and over again to the GitHub repo. This piece of content is a part of my “automation” manifesto, which I declare here: I would automate everything…