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: 2 July 2022 15:22 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 15:22, July 2, 2022 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. 2 Jul 2022, 15:22 <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 2 July 2022]
Chicago style
OpenHatch wiki contributors, "Git Basics," OpenHatch wiki, , https://wiki.openhatch.org/w/index.php?title=Git_Basics&oldid=13224 (accessed July 2, 2022).
CBE/CSE style
OpenHatch wiki contributors. Git Basics [Internet]. OpenHatch wiki, ; 2014 Jan 28, 20:05 UTC [cited 2022 Jul 2]. 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 July 2, 2022).
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 2-July-2022]" }
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 2-July-2022]" }