https://github.com/iphoting/git-macport
Git DVCS for MacPorts.
https://github.com/iphoting/git-macport
Last synced: 3 months ago
JSON representation
Git DVCS for MacPorts.
- Host: GitHub
- URL: https://github.com/iphoting/git-macport
- Owner: iphoting
- Created: 2012-05-05T03:28:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T15:29:07.000Z (almost 12 years ago)
- Last Synced: 2025-01-20T04:18:43.352Z (5 months ago)
- Homepage:
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Git DVCS for MacPorts
From the [git website][site]:
> Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
> Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
[site]: http://git-scm.com/
## About
The port came about as the official git port on MacPorts repository is unmaintained.
## Installation
1. Clone this repo to a permanent path.
2. Add this cloned path to `/opt/local/etc/macports/sources.conf` *before* the default rsync line:`file:///path/to/git-macport`
3. `port -v sync`.
4. `port -v git-core`.## Credits
Software written by respective owners.