Coursera
Diplômes en ligneRechercher des carrièresPour l'entreprisePour les universités
  • Parcourir
  • Meilleurs cours
  • Connexion
  • Inscrivez-vous gratuitement
    Coursera
    • Parcourir
    • Git

    Filtrer par

    83 résultats pour ''git'

    • Google

      Google

      Introduction to Git and GitHub

      Compétences que vous acquerrez : Software Engineering Tools, Application Development, Software, Github, Software Engineering, Version Control

      4.8

      (5.8k avis)

      Beginner · Course

    • Atlassian

      Atlassian

      Version Control with Git

      Compétences que vous acquerrez : Application Development, Software, Communication, Computer Programming Tools, Version Control, Software Engineering, Software Engineering Tools, Github

      4.8

      (2.6k avis)

      Mixed · Course

    • Google

      Google

      Google IT Automation with Python

      Compétences que vous acquerrez : Application Development, Bash (Unix Shell), Cloud Computing, Cloud Platforms, Computational Thinking, Computer Programming, Data Structures, Debugging, Github, Google Cloud Platform, Other Programming Languages, Programming Principles, Python Programming, Software Engineering, Software Engineering Tools, Software Testing, Statistical Programming, Theoretical Computer Science, Troubleshooting, Unix Shells

      4.7

      (30.4k avis)

      Beginner · Professional Certificate

    • The Linux Foundation

      The Linux Foundation

      Open Source Software Development, Linux and Git

      Compétences que vous acquerrez : Application Development, Command-Line Interface, Communication, Computer Networking, Computer Programming, Computer Programming Tools, Computer Security Models, Data Management, Data Warehousing, Design and Product, Entrepreneurship, File System, Human Computer Interaction, Machine Learning, Operating Systems, Other Programming Languages, Product Management, Programming Principles, Security Engineering, Security Software, Software Architecture, Software Engineering, Software Engineering Tools, Software Security, Sources, Strategy and Operations, Systems Design, Theoretical Computer Science, User Experience

      4.5

      (2.5k avis)

      Beginner · Specialization

    • IBM

      IBM

      Getting Started with Git and GitHub

      Compétences que vous acquerrez : Application Development, Programming Principles, Software Engineering Tools, Software Engineering, Computer Programming, Computer Programming Tools

      4.5

      (46 avis)

      Beginner · Course

    • Google Cloud

      Google Cloud

      Introduction to git and GitHub

      Compétences que vous acquerrez : Github, Application Development, Software Engineering, Software Engineering Tools

      Beginner · Project

    • Placeholder
      Coursera Project Network

      Coursera Project Network

      Manage Your Versions with Git (Part I)

      Compétences que vous acquerrez : Communication, Programming Principles, Application Development, Sources, Software, Software Engineering Tools, Computer Programming Tools, Software Engineering, Version Control, Computer Programming

      4.7

      (36 avis)

      Beginner · Guided Project

    • Placeholder
      Universidad de los Andes

      Universidad de los Andes

      Introducción al control de versiones con Git y GitHub

      Compétences que vous acquerrez : Programming Principles, Application Development, Agile Software Development, Software Engineering Tools, Software Engineering, Computer Programming Tools, Computer Programming

      Beginner · Course

    • Placeholder
      The Linux Foundation

      The Linux Foundation

      Using Git for Distributed Development

      Compétences que vous acquerrez : Programming Principles, Github, Application Development, Computer Programming Tools, Software Engineering Tools, Software Engineering, Machine Learning, Computer Programming

      4.6

      (484 avis)

      Beginner · Course

    • Placeholder

      Gratuit

      GitLab

      GitLab

      How to Manage a Remote Team

      Compétences que vous acquerrez : Marketing, Project Management, Team Management, Human Resources, Strategy, Leadership and Management, Culture, Strategy and Operations, Communication, Entrepreneurship, Business Psychology, Sales, Leadership

      4.8

      (635 avis)

      Intermediate · Course

    • Placeholder
      IBM

      IBM

      IBM DevOps and Software Engineering

      Compétences que vous acquerrez : Agile Software Development, Algorithms, Application Development, BlockChain, Cloud Computing, Cloud Infrastructure, Cloud Platforms, Cloud Storage, Communication, Computational Logic, Computer Architecture, Computer Graphics, Computer Networking, Computer Programming, Computer Programming Tools, Continuous Delivery, Continuous Integration, Cryptography, Data Management, Design and Product, DevOps, Distributed Computing Architecture, Extract, Transform, Load, Finance, Full-Stack Web Development, Human Computer Interaction, Interactive Design, Kubernetes, Leadership and Management, Mathematical Theory & Analysis, Mathematics, Network Architecture, Network Security, Operating Systems, Product Design, Product Development, Programming Principles, Project Management, Python Programming, Security Engineering, Software, Software Architecture, Software As A Service, Software Engineering, Software Engineering Tools, Software Framework, Software Testing, Statistical Programming, Strategy and Operations, System Programming, Systems Design, Theoretical Computer Science, Web Development

      4.6

      (30.1k avis)

      Beginner · Professional Certificate

    • Placeholder
      Johns Hopkins University

      Johns Hopkins University

      The Unix Workbench

      Compétences que vous acquerrez : Application Development, Bash (Unix Shell), User Experience, Other Programming Languages, Github, Theoretical Computer Science, Unix Shells, Software Engineering Tools, Human Computer Interaction, Operating Systems, Computer Programming, Software Engineering, Software Architecture

      4.7

      (1.3k avis)

      Beginner · Course

    Recherches liées à git

    github
    gitlab
    git for developers using github
    github للمبرمجين باستخدام git
    git para desarrolladores que utilizan github
    using git for distributed development
    استخدام git + gitlab فى مشاريع تطوير البرمجيات
    introduction to git and github
    1234…7

    En résumé, voici 10 de nos cours git les plus populaires

    • Introduction to Git and GitHub: Google
    • Version Control with Git: Atlassian
    • Google IT Automation with Python: Google
    • Open Source Software Development, Linux and Git: The Linux Foundation
    • Getting Started with Git and GitHub: IBM
    • Introduction to git and GitHub: Google Cloud
    • Manage Your Versions with Git (Part I): Coursera Project Network
    • Introducción al control de versiones con Git y GitHub: Universidad de los Andes
    • Using Git for Distributed Development: The Linux Foundation
    • How to Manage a Remote Team: GitLab

    Compétences que vous avez acquises en Algorithms

    Graphes (22)
    Optimisation Mathématique (21)
    Programme Informatique (20)
    Structure Des Données (19)
    Résolution De Problèmes (19)
    Algèbre (12)
    Vision Par Ordinateur (10)
    Mathématiques Discrètes (10)
    Théorie Des Graphes (10)
    Traitement De L'image (10)
    Algèbre Linéaire (10)
    Apprentissage Par Renforcement (10)

    Questions fréquentes sur Git

    • Git is an open-source version control system (VCS) that allows software developers to track changes to code over time, including changes made by multiple users. This capability is important because coding typically requires a lot of trial and error as well as collaboration, and Git simplifies the process of merging changes from different developers, creating branching versions, comparing different versions of a program, and reverting changes when necessary.

      Git is by far the most popular VCS today, making familiarity with this program an essential skill for careers in software development. Professional developers and software engineers often use GitHub, which is a cloud-based Git repository that helps teams collaborate remotely. Unlike Git, GitHub is not a free, open-source program, but it is so valuable to facilitating distributed software development that Microsoft purchased it for $7.5 billion in 2018.‎

    • Because Git is such a widely-used developer tool, a background in its use is assumed knowledge for many programming and IT jobs. Moreover, since development at major tech and software companies is increasingly conducted in parallel by multiple programmers - especially with teams working remotely full-time during the current pandemic - a familiarity with GitHub is also expected for professionals in this field. Indeed, for aspiring developers and software engineers, a GitHub portfolio is an essential part of your resume.

      Along with mastery of programming skills like Python, skills in working with Git and GitHub can thus be a big part of your gateway to a high-paying job as a software developer. According to the Bureau of Labor Statistics, software developers earned a median annual salary of $107,510 in 2019. Moreover, with jobs in this field projected to grow 22% from 2019 and 2029, this is one of the fastest growing careers today.‎

    • Yes, absolutely. Coursera offers a tremendous variety of courses and Specializations for computer science students and mid-career professionals of all levels, and learning online is a great way to hone your skills in Git as well as GitHub. You can learn and even get professional certifications from leading companies like Atlassian and Google, or even the non-profit Linux Foundation. You can also learn about Git and GitHub by completing step-by-step tutorials alongside experienced instructors as part of Coursera’s Project Network.‎

    • Learning Git is well suited for developers looking to advance their programming skills and knowledge. It may be right for you if you want to understand the code that's behind a lot of the tools you likely use, learn more about C, which Git is written in, work with a codebase that's functional and minimalist, or work with code that doesn't take a long time to learn, then learning Git is probably a good fit for you.‎

    • Before starting to learn Git, you should have experience using C and have an understanding of its basic programming concepts. In particular, it'll be helpful for you to understand C header files, C function prototypes, C macros, C struts, and C pointers. As an alternative, having a familiarity with Python or Java may help you have a foundation that will make it easier to learn Git.‎

    • You can certainly study C, C#, C++, or similar managed or unmanaged languages if you want to learn more about topics related to Git. Bash/UNIX shell scripting is also related to Git, as is GitHub, of course, the internet hosting provider for software and version control that use Git. Additional topics related to Git that you can study include version control, open-source software development, webpage creation, and project management.‎

    • The kind of people well suited for roles in Git are excited about programming and coding. They have strong communication skills, both written and verbal, including with remote teams. People that are successful in roles in Git are independent thinkers who are curious, and they may need the ability to understand and empathize with customers, depending on their role.‎

    Le contenu de cette FAQ a été mis à disposition à des fins d'information uniquement. Il est conseillé aux étudiants d'effectuer des recherches supplémentaires afin de s'assurer que les cours et autres qualifications suivis correspondent à leurs objectifs personnels, professionnels et financiers.
    Autres sujets à explorer
    Placeholder
    Arts et humanités
    338 cours
    Placeholder
    Business
    1095 cours
    Placeholder
    Informatique
    668 cours
    Placeholder
    Science des données
    425 cours
    Placeholder
    Technologies de l'information
    145 cours
    Placeholder
    Santé
    471 cours
    Placeholder
    Mathématiques et logique
    70 cours
    Placeholder
    Développement personnel
    137 cours
    Placeholder
    Sciences physiques et ingénierie
    413 cours
    Placeholder
    Sciences sociales
    401 cours
    Placeholder
    Apprentissage des langues
    150 cours

    Coursera Footer

    Commencez ou faites progresser votre carrière

    • Analyste de données Google
    • Gestion de projet Google
    • Conception d'expérience utilisateur Google
    • Google IT Support
    • Science des données IBM
    • Analyste de données d'IBM
    • Analyse des données IBM avec Excel et R
    • Analyste de cybersécurité d'IBM
    • Ingénierie des données IBM
    • Développeur(euse) Cloud Full Stack IBM
    • Marketing appliqué au réseau social Facebook
    • Analyse marketing sur Facebook
    • Sales Development Representative Salesforce
    • Opérations de ventes Salesforce
    • Connaître la comptabilité sur le bout des doigts
    • Préparation à la certification Google Cloud : architecte de Cloud
    • Préparation à la certification Google Cloud : ingénieur(e) en données sur Cloud
    • Lancez votre carrière
    • Préparez-vous pour obtenir un certificat
    • Faire progresser votre carrière

    Parcourez les sujets populaires

    • cours gratuits
    • Apprendre une langue
    • python
    • Java
    • conception web
    • SQL
    • Cursos Gratis
    • Microsoft Excel
    • Gestion de projet
    • Cybersécurité
    • Ressources humaines
    • Cours gratuits en Science de données
    • parler anglais
    • Rédaction de contenu
    • Développement Web Full Stack
    • Intelligence artificielle
    • Programmation en C
    • Compétences en communication
    • Blockchain
    • Voir tous les cours

    Cours et articles populaires

    • Compétences pour les équipes en charge de la science de données
    • Prise de décisions basées sur les données
    • Compétences en génie logiciel
    • Compétences personnelles pour les équipes d'ingénieurs
    • Compétences en gestion
    • Compétences en marketing
    • Compétences pour les équipes en charge des ventes
    • Compétences en gestion de produits
    • Compétences en finance
    • Cours populaires de science des données au Royaume-Uni
    • Beliebte Technologiekurse in Deutschland
    • Certifications populaires en cybersécurité
    • Certifications populaires en informatique
    • Certifications SQL populaires
    • Guide de carrière de responsable marketing
    • Guide de carrière de chef de projet
    • Compétences de programmation en Python
    • Guide de carrière de développeur Web
    • Compétences d'analyste de données
    • Compétences pour un concepteur UX

    Obtenez un diplôme ou un certificat en ligne

    • Certificats MasterTrack®
    • Certificats Professionnels
    • Certificats d'université
    • MBA & diplômes commerciaux
    • Diplômes en science des données
    • Diplômes en informatique
    • Diplômes en analyse des données
    • Diplômes de santé publique
    • Diplômes en sciences sociales
    • Diplômes en gestion
    • Diplômes des meilleures universités européennes
    • Masters
    • Licences
    • Diplôme avec un Parcours de performance
    • Cours de BSc
    • Qu'est-ce qu'une licence ?
    • Combien de temps dure un Master ?
    • Un MBA en ligne vaut-il le coup ?
    • 7 façons de payer ses études supérieures
    • Voir tous les certificats

    Coursera

    • À propos
    • Ce que nous proposons
    • Direction
    • Carrières
    • Catalogue
    • Coursera Plus
    • Certificats Professionnels
    • Certificats MasterTrack®
    • Diplômes
    • Pour l'entreprise
    • Pour les gouvernements
    • Pour le campus
    • Devenir un partenaire
    • Décision relative au coronavirus

    Communauté

    • Étudiants
    • Partenaires
    • Développeurs
    • Testeurs bêta
    • Traducteurs
    • Blog
    • Blog Tech
    • Centre d'enseignement

    Plus

    • Presse
    • Investisseurs
    • Conditions
    • Confidentialité
    • Aide
    • Accessibilité
    • Contact
    • Articles
    • Répertoire
    • Filiales
    • Déclaration sur l’esclavage moderne
    Apprendre partout
    Télécharger dans l'App StoreDisponible sur Google Play
    Placeholder
    © 2022 Coursera Inc. Tous droits réservés.
    • Placeholder
    • Placeholder
    • Placeholder
    • Placeholder
    • Placeholder