$ 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
$ git clone https://github.com/yomun/auto-git
$ cd auto-git
$ mv [email protected] ~/.local/share/gnome-shell/extensions
Copyright © 2017 Jason Mun ([email protected])
Released under the terms of the GNU General Public License, version 3