Cite This Page
Bibliographic details for Git
- Page name: Git
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 3 April 2013 06:26 UTC
- Date retrieved: 17 January 2025 21:24 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Git&oldid=55645
- Page Version ID: 55645
Citation styles for Git
APA style
Git. (2013, April 3). HaskellWiki. Retrieved 21:24, January 17, 2025 from https://wiki.haskell.org/index.php?title=Git&oldid=55645.
MLA style
"Git." HaskellWiki. 3 Apr 2013, 06:26 UTC. 17 Jan 2025, 21:24 <https://wiki.haskell.org/index.php?title=Git&oldid=55645>.
MHRA style
HaskellWiki contributors, 'Git', HaskellWiki, 3 April 2013, 06:26 UTC, <https://wiki.haskell.org/index.php?title=Git&oldid=55645> [accessed 17 January 2025]
Chicago style
HaskellWiki contributors, "Git," HaskellWiki, https://wiki.haskell.org/index.php?title=Git&oldid=55645 (accessed January 17, 2025).
CBE/CSE style
HaskellWiki contributors. Git [Internet]. HaskellWiki; 2013 Apr 3, 06:26 UTC [cited 2025 Jan 17]. Available from: https://wiki.haskell.org/index.php?title=Git&oldid=55645.
Bluebook style
Git, https://wiki.haskell.org/index.php?title=Git&oldid=55645 (last visited January 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Git --- HaskellWiki{,} ", year = "2013", url = "https://wiki.haskell.org/index.php?title=Git&oldid=55645", note = "[Online; accessed 17-January-2025]" }
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 = "HaskellWiki", title = "Git --- HaskellWiki{,} ", year = "2013", url = "\url{https://wiki.haskell.org/index.php?title=Git&oldid=55645}", note = "[Online; accessed 17-January-2025]" }