Command | Purpose |
---|---|
git config --global user.name "Railsplace" | Setup the Username of the Git |
git config --global user.email "railsplaces@gmail.com" | Setup the Email ID of the Git |
git config --list | List all the Configuration of Git |
git config user.name | Show the username of the Git |
git config user.email | Show the emailID of the Git |
How to Run Ruby in AWS Cloud9 Editor

The guide will help to understand how to get an account for AWS and then get access to Cloud9 Editor. Once you have the access to Cloud9 Editor then you can start configuring the environment to write and run Ruby Apps. Cloud9 Editor is a cloud … [Continue reading] about How to Run Ruby in AWS Cloud9 Editor
Guide on Linux Commands
Commonly used Linux Commands These are the commands that you need to know when you work with Mac OS terminal or Ubuntu or any Linux based distribution during Ruby development. It is important to know these Linux Commands like how to create file, … [Continue reading] about Guide on Linux Commands
Configure Git on Windows 10

A guide to configure Git on Windows 10. This guide will help you to install git on windows 10. Git is a version control system using which you can maintain version management for your files and upload it to famous cloud repositories like Github and … [Continue reading] about Configure Git on Windows 10
How to Install Ruby on Windows 10

A guide to install Ruby on Windows 10 for your development environment. If you would like to install ruby with an Windows Installer then you can download this installer and install ruby on windows 10. Easy way! But in this guide you learn to … [Continue reading] about How to Install Ruby on Windows 10