About 62 results
https://heaths.dev/tips/2021/04/22/gh-user.html · 22 Apr 2021
How to define a GitHub CLI alias to query users who can be assigned issues within the current repository.
https://heaths.dev/tips/2020/05/29/git-sync.html · 29 May 2020
Define a git alias to easily pull from your upstream main branch and sync to your origin main branch.
https://rednafi.com/python/pre-commit/ · 6 Apr 2020
Automate Python code quality with pre-commit hooks running Black, isort, flake8, and mypy before each git commit for consistent formatting.
https://heaths.dev/tips/2019/11/11/rebasing-commits-on-one-topic-branch-onto-another-branch.html · 11 Nov 2019
Rebasing commits on one topic branch onto another topic branch is a great way to stay productive while waiting for pull requests to be reviewed. Even if subsequent commits are made to the original topic branch, you can still create a subsequent PR with onl...
https://codeklets.nl/episodes/411 · 2 Sep 2019
Onze allereerste gast is Pauline Vos. Senior developer en gespecialiseerd in Git.
https://www.coryd.dev/posts/2017/updating-to-the-latest-version-of-git-on-ubuntu · 13 Aug 2017
If you're using git on Ubuntu, the version distributed via apt may not be the newest version of git (I use git to deploy changes on all the sites I manage).
https://rants.broonix.ca/git-status-in-your-bash-prompt · 22 Mar 2017
I’m a command line git user. I do 99% of my git related stuff without a GUI. I know the world is split about 50/50 between GUI users and command line users. But if you are like me, you’ll love this post. Anytime you go to do any command with git, you...
https://rants.broonix.ca/git-commands-everyone-should-know · 30 Dec 2016
Git is a phenomenal source control system. Having used some of its predecessors, SVN, CVS and SourceSafe, I’m always impressed at how much better things have gotten. If you have not seen Linus Torvalds talk about why he created git you should take an hou...
https://rants.broonix.ca/gource-visualize-a-repositories-commits · 3 Nov 2016
Who doesn’t love interesting data visualizations? One of the neatest looking ones is visualizing commits to a git repository. Gource is my go-to tool to create these types of visualizations. Here is a step by step on how to generate a video on MacOS. Set...
https://www.coryd.dev/posts/2015/moving-to-bitbucket · 29 Aug 2015
I recently moved all the repositories for my personal and client development projects to Bitbucket. I had been paying for GitHub's micro plan to manage a few projects that I didn't want public, but made the decision to switch after exploring a bit more and...