Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsantell/git-cinnabar-bootstrap
Commands to start tracking Mozilla hg with git-cinnabar
https://github.com/jsantell/git-cinnabar-bootstrap
Last synced: about 1 month ago
JSON representation
Commands to start tracking Mozilla hg with git-cinnabar
- Host: GitHub
- URL: https://github.com/jsantell/git-cinnabar-bootstrap
- Owner: jsantell
- Created: 2015-10-09T23:35:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T17:53:59.000Z (about 9 years ago)
- Last Synced: 2024-10-16T05:44:38.970Z (3 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-cinnabar-bootstrap
Automated portions of the [git-cinnabar workflow](http://glandium.org/blog/?page_id=3438).
Mostly notes for myself.
After installing [git-cinnabar](https://github.com/glandium/git-cinnabar), and ensuring it's in your path (need it to run this script due to needing [git-remote-hg](https://github.com/glandium/git-cinnabar/blob/master/git-remote-hg.py)), run this script, which is pretty much all the config in the [workflow](http://glandium.org/blog/?page_id=3438) above.
If you're using a git clone of [gecko-dev](https://github.com/mozilla/gecko-dev) and want to push to mercurial, read [this](http://glandium.org/blog/?p=3543) and this script probably won't help you.
## Bootstrapping
```
$ git init gecko
$ cd gecko
$ ../git-cinnarbar-bootstrap/bootstrap.sh
```## Setting up branches
`$ git checkout -b fx-team fx-team/branches/default/tip`
Sets up a branch `fx-team` tracking the tip of `https://hg.mozilla.org/integration/fx-team`