-
Easy way for generating specific .gitignore for your project is by using gitignore.io. It is so easy to use and does all the job for your so I strongly recommend you to use it.
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
-
Puts Debuggerer
Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.
1.) First thing is to create repository with a git hosting tool like Github,Bitbucket,Gitlab, etc. This is one way you can also create your project or use existing one, position to the project in Terminal and use following command to initialize git project
-
Installing Git with Homebrew is my preferred way, but you need to have installed Homebrew on your machine. Open your preferred terminal and paste following command: ``` $ brew install git ``` After installation is complete, verify the installation was successful by typing : ``` $ git --version git version 2.9.2 ```