Cite This Page
Bibliographic details for Git Basics
- Page name: Git Basics
- Author: OpenHatch wiki contributors
- Publisher: OpenHatch wiki, .
- Date of last revision: 28 January 2014 20:05 UTC
- Date retrieved: 6 June 2023 10:44 UTC
- Permanent URL: https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224
- Page Version ID: 13224
Citation styles for Git Basics
APA style
Git Basics. (2014, January 28). OpenHatch wiki, . Retrieved 10:44, June 6, 2023 from https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224.
MLA style
"Git Basics." OpenHatch wiki, . 28 Jan 2014, 20:05 UTC. 6 Jun 2023, 10:44 <https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224>.
MHRA style
OpenHatch wiki contributors, 'Git Basics', OpenHatch wiki, , 28 January 2014, 20:05 UTC, <https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224> [accessed 6 June 2023]
Chicago style
OpenHatch wiki contributors, "Git Basics," OpenHatch wiki, , https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224 (accessed June 6, 2023).
CBE/CSE style
OpenHatch wiki contributors. Git Basics [Internet]. OpenHatch wiki, ; 2014 Jan 28, 20:05 UTC [cited 2023 Jun 6]. Available from: https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224.
Bluebook style
Git Basics, https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224 (last visited June 6, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "OpenHatch wiki", title = "Git Basics --- OpenHatch wiki{,} ", year = "2014", url = "https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224", note = "[Online; accessed 6-June-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "OpenHatch wiki", title = "Git Basics --- OpenHatch wiki{,} ", year = "2014", url = "\url{https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224}", note = "[Online; accessed 6-June-2023]" }