gitup
Yasuhiro KIMURA
yasu at utahime.org
Sun Dec 6 07:28:57 UTC 2020
From: John Mehr via freebsd-git <freebsd-git at freebsd.org>
Subject: gitup
Date: Sat, 5 Dec 2020 20:00:03 -0600
> Hello everyone,
>
> I've been plugging away at writing gitup, a BSD licensed git clone/pull
> tool and I'm pleased to announce I've got a working prototype up on github
> at:
>
> https://github.com/johnmehr/gitup
>
> Much like its predecessor, net/svnup, gitup is intended for non-developers
> who just need to synchronize a local repository without the additional
> overhead required by the official git client and is not intended as a
> feature rich, drop-in replacement for it.
>
> The code is beta, so the usual caveats/warnings (don't use it in a
> production environment, make sure you've got backups, dont (yet) run as
> root) apply.
>
> I think I've got most of the common use cases taken care of but there's
> always room for improvement so please don't hesitate to offer suggestions,
> comments and/or constructive criticism. Thanks!
Great! I made devel/gitup port.
https://github.com/yasuhirokimura/freebsd-ports/tree/gitup/devel/gitup
If someone would like to test it with his ports tree, please take
following steps.
1. cd /tmp
2. fetch https://github.com/yasuhirokimura/freebsd-ports/commit/gitup.patch
3. cd /usr/ports
4. Apply patch to ports tree
4.1. svn patch /tmp/gitup.patch (for Subversion user)
4.2. git apply /tmp/gitup.patch (for Git user)
4.3. patch -p1 -i /tmp/gitup.patch (for svnup user)
It should work with both head and quarterly branch.
Enjoy.
---
Yasuhiro KIMURA
More information about the freebsd-git
mailing list