Git Product home page Git Product logo

pharmasug-2023-how-git-practice's Introduction

TEST only

Commit early, commit often! A gentle introduction to the joy of Git and GitHub

Supplemental Materials for a Hands-on Training at PharmaSUG in San Francisco, California, on May 16, 2023.

Contributions Welcome!

Hands-on Training participants are encouraged to fork this repo and practice making Pull Requests (aka PRs), either during or after the conference. All types of contributions are welcome, from fixing typos to adding notes to each of the sections below.

####### Random comment

Concepts related to Managing Code Repositories (feel free to help add definitions or examples!)

  • Repo (created using the GitHub web interface, or using the Git CLI with git init): Short for "code repository," a repo is a set of files under version control.

  • Fork (typically created using the GitHub web interface only):

  • I understand the forking now.

  • Local Clone (typically created using the Git CLI with git clone only):

  • Branch (created using the GitHub web interface, or using the Git CLI with git branch or git checkout):

Concepts related to Managing Code Edits (feel free to help add definitions or examples!)

  • Stage Changes (typically created using the Git CLI with git add only):

  • Commit Changes (created using the GitHub web interface, or using the Git CLI with git commit):

  • Publish Changes to Remote Clone (typically created using the Git CLI with git push only):

  • Pull Request or PR (typically created using the GitHub web interface only):

Additional Git CLI Commands Discussed (feel free to help add definitions or examples!)

  • git --version:

  • git --help:

  • git config:

  • git status:

  • git --version:

Additional Git CLI Commands to Consider Learning (feel free to help add definitions or examples!)

  • git log:

  • git diff:

  • git fetch:

  • git pull:

Possible Alternative Workshop Titles (feel free to contribute your favorite git pun!)

  • Git with it!

  • Get used to Git!

  • Git some love!

pharmasug-2023-how-git-practice's People

Contributors

arjunmalipeddi avatar damayer16 avatar hibanajeeb avatar horsecca avatar hzm220 avatar ilankham avatar npatel1027 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.