Skip to content
/ auto-git Public

GNOME Shell Extensions - Automatic update source code to GitHub.com / 自动更新源码到 GitHub.com

License

Notifications You must be signed in to change notification settings

yomun/auto-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GNOME Shell Extensions - Automatic update source code to GitHub.com / 自动更新源码到 GitHub.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published