Github repo template, AUR package and some QoL tweaks #78
H3mul
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Thanks for the awesome work on this tool! It enabled me to continue using github for my projects, while paying b2 pricing on storage.
I wanted a smoother experience with repo cloning and commit/push/pulling, as well as better security for credentials, here's what I came up with:
https://github.com/H3mul/lfs-s3-template
.gitconfig
file committed to the repo (still needs to be manually included in git config, but that's 1 command instead of several).lfsconfig
- ensures you don't accidentally push to Github lfsGIT_LFS_SKIP_SMUDGE=1
to initial clone command to avoid the lfs failure - git will just clone the repo without resolving the lfs filesHope this repo template helps someone have a smoother starting point!
Also, I took the liberty of writing an AUR package for this tool to make it easier to install:
https://aur.archlinux.org/packages/lfs-s3-git
Beta Was this translation helpful? Give feedback.
All reactions