A command line app that makes Git easy.
Project description
Gitutor
Welcome to Gitutor. This tool is meant to get you up and running using gitmin the shortest time possible while learning on the go.
Gitutor is a command line application that wraps git and provides beginner friendly versions of git's commands. It's Git the easy way.
You can check out the tutorial and a further explanation of the commands in the docs. And don't worry if you forget how to use a command you can always run
$ gt <command> --help
If you have any problems please send us an email at support@gitutor.io or open an issue in our repo, we usually answer in less than a day.
Available commands
- gt init - Initialize your local and remote repository.
- gt save - Save you changes in the local and remote repository.
- gt goback - Return to a previous commit.
- gt compare - Compare the current state with a previous commit.
- gt ignore - Make git ignore selected files.
- gt lesson - See gitutor lessons and documentation.
Installation guide
NOTE: pipx and gitutor work with Python3.6+
In order to use gitutor without any dependencies version conflicts we recommend installing it using pipx. Pipx creates a virtual environment for your package and exposes its entry point so you can run gitutor from anywhere.
To install pipx and configure the $PATH run the following commands
For Windows:
$ python -m pip install pipx
$ python -m pipx ensurepath
For MacOS use:
$ brew install pipx
For Linux use:
$ python3 -m pip install pipx
$ python3 -m pipx ensurepath
NOTE: You may need to restart your terminal for the path updates to take effect.
Once pipx is installed, run the following to install gitutor:
$ pipx install gitutor
And to upgrade gitutor to its latest version you only need to run:
$ pipx upgrade gitutor
To install gitutor without using pipx just run:
$ pip install gitutor
Additional notes
Before using gitutor you need to have Git available in your computer. You can check the installation guide here.
It's also recommended to store your GitHub credentials so you won't have to authenticate everytime you realize a push or pull. You can do this by running
$ git config --global credential.helper store
This will store your credentials in a plain-text file (.git-gredentials) under your project directory. If you don't like this you can use any of the following approaches:
On Mac OS X you can use its native keystore with
$ git config --global credential.helper oskeychain
For Windows you can install a helper called Git Credential Manager for Windows and then run
$ git config --global credential.helper manager
If you like what we're doing you can buy as a coffee
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gitutor-0.6.5.tar.gz
.
File metadata
- Download URL: gitutor-0.6.5.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.8.0-1042-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 543d87ed232c583dc8cd8d902e240849087a94ec4a65ebf26ade545d6c351f42 |
|
MD5 | 025a363d2456b97267effe2cd95ada1a |
|
BLAKE2b-256 | f5d9ad7b5bf0333ac622e5a34d1b2154097493345b05fa127dba130ce959fb7f |
File details
Details for the file gitutor-0.6.5-py3-none-any.whl
.
File metadata
- Download URL: gitutor-0.6.5-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.8.0-1042-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1558e52abfdb4283a483ce5fdfef252d0f22558015f84b27769263c7a75f4466 |
|
MD5 | 65d970cfb05ffe71bd6fd769499e0627 |
|
BLAKE2b-256 | 2e4a4693f7800a510313e3a6babb0652af3f0f022c1b888d94b9388b73b6997f |