Web based system to push your GIT code

Hello! Since posting recently about our Web based SVN push system , we have decided to take what we did there one step further and implement a very similar system for GIT, but with more options! The web based GIT push system is, as mentioned, very similar to the web based SVN push system, with […]

https://www.stackstar.com/web-based-system-to-push-your-git-code/ Backup, compress and encrpyt your git repository

Greetings, I thought I’d share a quick script in the scope of backing up GIT repositories for the purposes of encrypted and compressed off-site backups. Unfortunately git does not have an equivalent of svnadmin dump or export, which can conveniently be piped to stdout. What the above scenario would do is shorten the amount of […]

https://www.stackstar.com/backup-compress-and-encrpyt-your-git-repository/