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