DEV Community

Cover image for GitHub : cours pour débutant
Fabrice
Fabrice

Posted on • Edited on

GitHub : cours pour débutant

Dans ce tutoriel, je vais parlé de GIT/GITHUB. Je parle de :

  1. Initialisation de projet git :
git init
Enter fullscreen mode Exit fullscreen mode
  1. Clonage de projet :
git clone project_name
Enter fullscreen mode Exit fullscreen mode
  1. Ajout des modifications dans git en local :
git add -A
git commit -m "Message"
Enter fullscreen mode Exit fullscreen mode
  1. Envoie des modifications en ligne :
git push origin branch_name
Enter fullscreen mode Exit fullscreen mode

Voici le lien du tutoriel :

Image description

Top comments (0)

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay