Posts tagged: git
All posts with the tag "git"
is a great way to see what files have changed in a git diff alongside the status code. I recently used this in a scri...
The tea command for gitea (used by forgejo) has a flag for login. With gitea you can have multiple accounts logged in...
!https://maurycyz.com/misc/easy_git/
!https://git-send-email.io/
!https://forgejo.org/docs/latest/user/repo-mirror/
!https://blog.edwardloveall.com/lets-make-sure-github-doesnt-become-the-only-option
!https://www.youtube.com/watch?v=rxh6MhK6Tbs
!https://jvns.ca/blog/2024/03/28/git-poll-results/
Recently I added two new bash/zsh aliases to make my git experience just a tad better.
I love getting faster in my workflow, something I have recently added in is creating GitHub repos with the cli. I oft...
Sometimes you have a pretty old branch you are trying to merge into and you are absolutely sure what you have is what...
I am getting ready to do some timeseries analysis on a git repo with python, my first step is to figure out a way to ...
I was editing some blog posts over ssh, when I ran into this error. gpg was failing to sign my commits. I realized th...
Sometimes you get a PR on a project, but cannot review it without wrecking your current working setup. This might be ...
is a python api for your git repos, it can be quite handy when you need to work with git from python.
Setting up your git pager to your liking can help you navigate diffs and logs much more efficiently. You can set it t...
If you have ever mistyped a git command very close to an existing one you have likely seen this message.
So worktrees, I always thought they were a big scary things. Turns out they are much simpler than I thought.
Has no upstream branch errors in git can be such a damn productivity killer. You gotta stop your flow and swap over t...