Skip to content

Instantly share code, notes, and snippets.

View gurindergithub's full-sized avatar

Gurinder Singh gurindergithub

View GitHub Profile

Startup steps for AWS Cloud9

These are the startup steps for AWS Cloud9. The Platform should be set to Ubuntu Server 18.04 LTS.

Git Config and global .gitignore file

  • Setup the git configuration variables
     git config --global user.name "Gurinder Singh"
     git config --global user.email "gurinder.phpdeveloper+git@gmail.com"
     git config --global core.excludesfile "~/.gitignore"
     git config --global color.ui true