yuxuanyao / Useful-Scripts

useful scripts and tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful Scripts and Tools

A collection of useful scripts to enhance my own workflow (and type less commands)

  • fastCommit- bash script that executes the following (after prompting for a commit message):
    • git add .
    • git commit -m "commit message"
    • git push origin master

About

useful scripts and tools


Languages

Language:Shell 100.0%