Internal training workshop to introduce Git and GitHub. See more details in MANUAL.md or in manualGIT_JESTv2.pdf
Git was installed? At the terminal:
git --versionGit 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)- What is Git/GitHub.
- Recommended workflow.
- Basic Git commands.
- Creating a local repository.
- [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.
@avram @jorge @luis @matilde @milene @nuno @tamagusko @vasco
@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
Copyright (c) 2020, Tiago Tamagusko.
