Kiln » gitkiln Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

add a README

Changeset 358f734e0b18

Parent 05535bbaab81

by Profile picture of User 12Benjamin Pollack <benjamin@fogcreek.com>

Changes to one file · Browse files at 358f734e0b18 Showing diff from parent 05535bbaab81 Diff from another changeset...

Change 1 of 1 Show Entire File README.md Stacked
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@@ -1,0 +1,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`.