Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 594 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 594 Bytes

GitScripts

Easily commit and push to GitHub, Bit Bucket and also both by single command.

How To Use

=> Make sure you grant permission to execute.

  1. Open Git Bash and navigate to the directory where the scripts are and execute them.

  2. Also you can use alias of this scripts to easily use them from anywhere in terminal.

    1. find "bash.bashrc" file at "C:\Program Files\Git\etc" in windows.
    2. Open it in your favourite editor.
    3. Add this lines at the end of the file "alias alias_name='path/to/your/script'". Change accordingly.

Learned

- Bash scripting