Skip to content

Instantly share code, notes, and snippets.

View wickijutt's full-sized avatar
💭
I may be slow to respond.

wickijutt

💭
I may be slow to respond.
View GitHub Profile
@wickijutt
wickijutt / git-commands.md
Created April 21, 2024 12:50 — forked from LondheShubham153/git-commands.md
This Gist contains all the useful Git Commands

Git Commands

This Gist contains all the useful commands for Git

Build Status

Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.

If you are a developer and want to keep every version of your code/project (which you would most certainly want to), a Version Control System (VCS) is a very wise thing to use.

  • All the commands used for Git