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
29
# Overview **gitkiln** 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, repository settings, 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. We suggest adding an appropriate alias to Git so that gitkiln appears to be a normal Git command. For example, if you want `git kiln` to invoke `gitkiln`, you would run git config --global alias.kiln '!/path/to/gitkiln $@' from a command line. If you are building from source, then you can simply do go install developers.kilnhg.com/Code/Kiln/Group/gitkiln and git-kiln will be installed in your `GOPATH`. # Usage The full usage of **gitkiln** is documented by built-in help. To see it, simply run `gitkiln help`.