Skip to content

g4r-tech/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Git Learning Hub πŸš€

An extensive collection of resources, tools, and insights to master the Git version control system.


πŸ“˜ Table of Contents


🌌 Introduction

Welcome to the Git Learning Hub! From beginners just starting out with version control to seasoned developers aiming for Git mastery, this hub provides essential resources and tools for an enriched Git experience.


πŸ“š Resources

Documentation & Manuals

GUI Tools

Blogs & Articles

πŸ”— View All Resources


πŸ›  Commands & Best Practices

Basic Commands

  • git init - Initialize a new Git repository.
  • git clone - Clone (or download) a repository.
  • git status - Check the status of your changes.
  • git add - Add changes to staging.
  • git commit - Commit your staged changes.
  • git push - Push your changes to a remote.

Advanced Commands

  • git branch - List, create, or delete branches.
  • git checkout - Switch branches or restore files.
  • git merge - Merge two branches.
  • git rebase - Reapply commits on top of another base.
  • git stash - Stash changes in a dirty working directory.

Best Practices

  • Always pull before pushing.
  • Commit often and with meaningful messages.
  • Use branching extensively.
  • Avoid altering published history.

πŸ”— View All Commands & Best Practices


πŸŽ“ Tutorials & Workshops

πŸ”— View All Tutorials & Workshops


🀝 Community & Support


🌐 Harness the Power of Version Control with Git! 🌐

About

Repo to aggregate content geared towards learning git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors