Skip to content

Git Bash commands, functions, aliases etc. Useful for development.

Notifications You must be signed in to change notification settings

sergii-nosachenko/bash_rc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

bash_rc

Git Bash commands, functions, aliases etc. Useful for development.

Instructions

  • Save .bashrc file to your home directory or just simple run command in your terminal:

    curl -o  ~/.bashrc https://raw.githubusercontent.com/sergii-nosachenko/bash_rc/main/.bashrc
  • Open saved file and change defaults for your environment:

    # Path to working directory.
    # $HOME === ~ === your home directory
    WORKING_DIR="$HOME/Projects/"
    
    # Default branch for development
    BRANCH="develop"
  • Restart your terminal or open new one.

Usage

  • Open your terminal.

  • Run command:

    project https://github.com/your-account-name/repo-name.git

    (url depends on repository!)

  • Wait until script finishes operations and opens new VSCode window.

About

Git Bash commands, functions, aliases etc. Useful for development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages