Kiln » gitkiln Read More
Clone URL:  
README.md
View Markdown
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Overview **git-kiln** provides a command line tool that provides some integration between your local Git repositories and Kiln. It can take you directly to Kiln pages corresponding to history, annotations, and repository settings; can allow you to quickly create new branch repositories in Kiln and add existing branch repositories to your remotes; give you the Mercurial changeset ID corresponding to a Git changeset ID; and more! # Installation If you have downloaded the appropriate binary for your system, simply place it somewhere convenient (e.g., on your path), and you can invoke it in your preferred manner. If you are building from source, then you can simply do go install developers.kilnhg.com/Code/Kiln/Group/gitkiln and gitkiln will be installed in your `GOPATH`. Do note you will need to name it `git-kiln` manually if you want to be able to invoke it as if it were a Git command (i.e., as `git kiln ...`). # Usage The full usage of **git-kiln** is documented by built-in help. To see it, simply run `git kiln help`.