/github

Pour toutes les informations concernant l' utisation de git et github

GITHUB 🐱

DESCRIPTION

GitHub is an Internet hosting service for software development and version control using Git. It offers:

  • Distributed version control.
  • Access control, bug tracking, feature requests, task management, and continuous integration tools.

Git is a version control system, while GitHub serves as an online host for Git repositories, making collaboration and code sharing seamless.


LOCAL RESOURCES 📂

  1. 🛠️ Helpful Repository
  2. 📋 Clone
  3. ⚙️ Config
  4. 🌱 Branch
  5. 💾 Commit
  6. 📜 History of Modifications
  7. 📚 Terminology
  8. 👥 Contributor
  9. 🔗 Index
  10. 🍒 Cherry
  11. 🎨 Custom Profile README
  12. ✍️ Write a Good README
  13. 🔀 Pull Request and Issues

WEB RESOURCES 🌐


PREVIEW 👀

Tools:

  • 📜 Martext
  • 🖊️ VS Code

INSTALLATION ⚙️

Linux 🐧

sudo apt-get install git

Windows 🪟

  1. Download Git from this link.
  2. Install the standalone application.

GIT BASICS 🎯

Project Initialization 🛠️

git init

Configuration ⚙️

git config --global user.email "email@gmail.com"  
git config --global user.name "dprogrammer" 

List Configurations 📋

git config --list

Check Status 🕵️

Displays the working directory and staging area status:

git status

LICENSE 📝

This guide is provided under a CC0 1.0 Universal (Public Domain Dedication) license. Contributions are welcome and encouraged. 🚀