Skip to content

[Workshop] An internal training workshop to introduce Git and GitHub.

License

jest-uc/workshop-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JEST internal workshop → Git + GitHub

Internal training workshop to introduce Git and GitHub. See more details in MANUAL.md or in manualGIT_JESTv2.pdf

Requirements

Installation

  1. Install Git.
  2. Create a GitHub account.

Git was installed? At the terminal:

git --version

Git setup:

# set your name for version history
git config --global user.name “[firstname lastname]”
# set your email for version history
git config --global user.email “[valid-email]”
# set automatic staining of command line for Git
git config --global color.ui auto (optional)
# save credentials
git config --global credential.helper store (optional)

Topics

  • What is Git/GitHub.
  • Recommended workflow.
  • Basic Git commands.
  • Creating a local repository.

Complementary material

  • [1] Git Guide - Explanation of almost everything you need on github.
  • [2] Git Cheat Sheet - A quick reference to the Github commands. quick reference to the Markdown syntax.

Participants

1st workshop (2020-11-11):

@avram @jorge @luis @matilde @milene @nuno @tamagusko @vasco

2nd workshop (2020-05-29):

@nunoMiguel @fmrsantos4 @ClarisseHenriques @Jorge @Angelo


Please direct bug reports and pull requests to the GitHub page. To contact me directly, send email to tamagusko@gmail.com.

-- Tiago

License

Copyright (c) 2020, Tiago Tamagusko.

About

[Workshop] An internal training workshop to introduce Git and GitHub.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published