diff --git a/01-git/01-git.tex b/01-git/01-git.tex index 6ec4abc..fb5b24d 100644 --- a/01-git/01-git.tex +++ b/01-git/01-git.tex @@ -345,6 +345,13 @@ \section{Git workflows overview} \end{frame} \begin{frame}{References} + \begin{enumerate} + \item Git Download \href{https://git-scm.com/downloads}{https://git-scm.com/downloads} + \item Git Book \href{https://git-scm.com/book/en/v2}{https://git-scm.com/book/en/v2} + \item Git Flow Tutorial by Atlassian \href{https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow}{https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow} + \item Git Flow cheatsheet \href{https://danielkummer.github.io/git-flow-cheatsheet/}{https://danielkummer.github.io/git-flow-cheatsheet/} + \item GitHub Flow Tutorial by GitHub \href{https://docs.github.com/en/get-started/using-github/github-flow}{https://docs.github.com/en/get-started/using-github/github-flow} + \end{enumerate} \end{frame} \end{document}