mirror of
				https://gitea.blesmrt.net/mikaela/gist.git
				synced 2025-10-31 17:37:19 +01:00 
			
		
		
		
	Random git files
- gitignore-- .gitignoretemplates I may or may not use
- etc/gitconfig- a- /etc/gitconfigfor accepting signed pushes
Tracking GitHub pull
requests with git
git config --add remote.GITHUB.fetch '+refs/pull/*/head:refs/remotes/GITHUB/pr/*'Replace GITHUB with the git remote name. I
have picked this up from a dead git.io link.
- TODO: Figure out if this also works for GitLab or what is the GitLab version? Gitea too.