Skip to content

Latest commit

 

History

History
executable file
·
35 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

executable file
·
35 lines (30 loc) · 1.05 KB

Auto Git

Automatic update source code to GitHub.com on Linux (Gnome)


Screencast

Requirements

Ubuntu / Linux Mint / Debian / Zorin OS

$ sudo apt install git

Others Linux Distribution also need to install "git" package..

$ git clone https://github.com/user/repository
$ cd repository

$ git config credential.helper store
$ git add filename
$ git commit -m "title"
$ git push https://github.com/user/repository

After enter your username & password, it will generate 2 files as follow..
$ cat ~/.gitconfig
$ cat ~/.git-credentials

Installation

$ git clone https://github.com/yomun/auto-git
$ cd auto-git
$ mv [email protected] ~/.local/share/gnome-shell/extensions

License

Copyright © 2017 Jason Mun ([email protected])

Released under the terms of the GNU General Public License, version 3