by Johnathan Smith | Jan 30, 2023 | Git, Linux
How would you like to check-up on your developers and see that last time your developers commited work to your Git repository. I do this all the time to check on the developers on my projects. The best way to see who is commiting work to your Git repository and the...
by Johnathan Smith | Jan 25, 2023 | Git, Linux
It looks like everyone is starting to use Git for version control and I get asked from managers “How can I check who is commiting work and doing all the work?” The best way to see who is commiting work to your Git repository is easy. Just go into one of...
by Johnathan Smith | Jan 11, 2023 | Git, GitHub, Programming
The firm I recently stated working at just moved to Git and I am the only resource then knows Git. I get asked so many times a day on how to mirror a git repostory. From the birds eyes very its very easy: git clone –mirror git@git.com:project projectcd...