You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@ Utility for making beautiful commit and check commit message format
4
4
5
5
## Getting Started
6
6
7
-
1. Download the project, open it in Xcode and build.
8
-
2. In Project navigator (left panel), open Products directory.
9
-
3. Right-click on gitcom executable -> Show in Finder. Copy executable gitcom file into your project directory.
7
+
1. Download the project, open it in Xcode.
8
+
2. Change the Team Signing section in project file.
9
+
3. Build and archive project.
10
+
4. Open the directory with executable file.
11
+
5. Run `./gitcom integrate git` to install app in your system (copy gitcom executable file into usr/loclal/bin directory. Allows to use **gitcom**, **git cm** and **git-cm** commands ).
10
12
11
13
## Usage
12
14
@@ -27,7 +29,7 @@ To create default configuration file, run **gitcom generate-config**.
0 commit comments