Cite This Page
Bibliographic details for Git talk
- Page name: Git talk
- Author: Fixme.ch contributors
- Publisher: Fixme.ch, .
- Date of last revision: 27 September 2012 08:22 UTC
- Date retrieved: 14 August 2026 22:43 UTC
- Permanent URL: https://fixme.ch/w/index.php?title=Git_talk&oldid=3078
- Page Version ID: 3078
Citation styles for Git talk
APA style
Git talk. (2012, September 27). Fixme.ch, . Retrieved 22:43, August 14, 2026 from https://fixme.ch/w/index.php?title=Git_talk&oldid=3078.
MLA style
"Git talk." Fixme.ch, . 27 Sep 2012, 08:22 UTC. 14 Aug 2026, 22:43 <https://fixme.ch/w/index.php?title=Git_talk&oldid=3078>.
MHRA style
Fixme.ch contributors, 'Git talk', Fixme.ch, , 27 September 2012, 08:22 UTC, <https://fixme.ch/w/index.php?title=Git_talk&oldid=3078> [accessed 14 August 2026]
Chicago style
Fixme.ch contributors, "Git talk," Fixme.ch, , https://fixme.ch/w/index.php?title=Git_talk&oldid=3078 (accessed August 14, 2026).
CBE/CSE style
Fixme.ch contributors. Git talk [Internet]. Fixme.ch, ; 2012 Sep 27, 08:22 UTC [cited 2026 Aug 14]. Available from: https://fixme.ch/w/index.php?title=Git_talk&oldid=3078.
Bluebook style
Git talk, https://fixme.ch/w/index.php?title=Git_talk&oldid=3078 (last visited August 14, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Fixme.ch",
title = "Git talk --- Fixme.ch{,} ",
year = "2012",
url = "https://fixme.ch/w/index.php?title=Git_talk&oldid=3078",
note = "[Online; accessed 14-August-2026]"
}
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 = "Fixme.ch",
title = "Git talk --- Fixme.ch{,} ",
year = "2012",
url = "\url{https://fixme.ch/w/index.php?title=Git_talk&oldid=3078}",
note = "[Online; accessed 14-August-2026]"
}