Skip to content

sonictt1/Simple-Git-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

simple_git_setup

A quick-and-dirty git bash setup. Designed specifically for:

  • Git Bash on Windows (tested)
  • Bash on Ubuntu on Windows (tested)
  • OS X (tested)
  • Linux (tested)

In Git Bash, Cygwin, and OS X the program should generate an ssh key and copy it to your clipboard. Linux and miscellaneous OSes will print the key to the terminal so the user may mark and copy it manually.

Feel free to modify the script to copy the .ssh key for your specific OS and submit a pull request.

The program will set your user.name and user.email fields, default your push and pull methods to "matching", set some useful shortcuts (those shortcuts will print on screen), and it will generate an ssh key and copy it to your clipboard for you.

About

A quick-and-dirty fast git bash environment setup script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages