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

improve README

Changeset 44f06f82ab39

Parent 8b692b39c863

by Benjamin Pollack

Changes to one file · Browse files at 44f06f82ab39 Showing diff from parent 8b692b39c863 Diff from another changeset...

Change 1 of 2 Show Entire File README.md Stacked
 
1
2
3
 
4
5
6
 
12
13
14
15
16
17
18
19
20
21
 
22
23
24
25
26
27
 
 
 
28
29
30
31
32
 
 
 
1
2
 
3
4
5
6
 
12
13
14
 
 
 
 
 
 
 
15
16
17
18
19
20
 
21
22
23
24
25
26
 
 
27
28
@@ -1,6 +1,6 @@
 # Overview   -**gitkiln** provides a command line tool that provides some integration +**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 @@ -12,21 +12,17 @@
   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. +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 git-kiln will be installed in your `GOPATH`. +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 **gitkiln** is documented by built-in help. To see -it, simply run `gitkiln help`. +The full usage of **git-kiln** is documented by built-in help. To see +it, simply run `git kiln help`.