25 Apr 24

Git server with kanban, CI/CD, and packages. Seamless integration. Unparalleled experience.

by piranha 1 year ago
Tags:

24 Mar 24

Jujutsu (jj) is a new version control system from a software developer at Google. I have been using it full time for 6 months. Here’s why you should switch, too.

by monkeydom 1 year ago saved 2 times

12 Jan 24

git remote set-url origin --push --add user1@repo1
git remote set-url origin --push --add user2@repo2
git remote -v

Then git push will push to user1@repo1, then push to user2@repo2.

by eli 2 years ago