We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706d97e commit 514b65fCopy full SHA for 514b65f
README.md
@@ -0,0 +1,27 @@
1
+# Gitg0
2
+Gitg0 is a magnificent tool to auto-suggest everything you need — from branch names to commit title emojis — before pushing a git commit.
3
+
4
+# Installation
5
+Before installing the package, [download and install Node.js](https://nodejs.org/en/download/).
6
7
+Installation is done using the npm install command:
8
9
+```bash
10
+npm install gitg0
11
+```
12
13
+# Development
14
+* Clone the project
15
16
17
+git clone https://github.com/dotrachit/gitg0.git
18
19
20
+* Setup the files
21
22
23
+cd gitgo && npm install
24
25
26
+# License
27
+This project is licensed under [GPL-3.0 License](https://github.com/dotrachit/gitg0/blob/main/LICENSE).
0 commit comments