Everything you need to know about Git

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • gitignore.io

    Create useful .gitignore files for your project

  • 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.

  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

  • 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 ```

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts