Cite This Page
Bibliographic details for Git
- Page name: Git
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 September 2012 19:25 UTC
- Date retrieved: 30 June 2022 13:42 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Git&oldid=51955
- Page Version ID: 51955
Citation styles for Git
APA style
Git. (2012, September 6). HaskellWiki, . Retrieved 13:42, June 30, 2022 from https://wiki.haskell.org/index.php?title=Git&oldid=51955.
MLA style
"Git." HaskellWiki, . 6 Sep 2012, 19:25 UTC. 30 Jun 2022, 13:42 <https://wiki.haskell.org/index.php?title=Git&oldid=51955>.
MHRA style
HaskellWiki contributors, 'Git', HaskellWiki, , 6 September 2012, 19:25 UTC, <https://wiki.haskell.org/index.php?title=Git&oldid=51955> [accessed 30 June 2022]
Chicago style
HaskellWiki contributors, "Git," HaskellWiki, , https://wiki.haskell.org/index.php?title=Git&oldid=51955 (accessed June 30, 2022).
CBE/CSE style
HaskellWiki contributors. Git [Internet]. HaskellWiki, ; 2012 Sep 6, 19:25 UTC [cited 2022 Jun 30]. Available from: https://wiki.haskell.org/index.php?title=Git&oldid=51955.
Bluebook style
Git, https://wiki.haskell.org/index.php?title=Git&oldid=51955 (last visited June 30, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Git --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Git&oldid=51955", note = "[Online; accessed 30-June-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 = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Git&oldid=51955}", note = "[Online; accessed 30-June-2022]" }