Git Basics: tracking files and adding commits

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

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

  • git remote add origin https://github.com/username/respository.git

  • git

    A fork of Git containing Windows-specific patches. (by git-for-windows)

  • After downloading and installing Git on your computer, you may be asking yourself how to start using it effectively. I wrote this guide for myself a few weeks ago and thought about sharing it in some public platform in order to maybe help someone else, so here we go!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • For this step, we first need to create a repository manually on a code versioning website. The most used and particularly my favorite is Github. Once you have your account created, you can create a repository and use its link to "connect" it to your local repository by running the following code:

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