Category: Git SCM
-
“Markdown”: further reading
https://en.wikipedia.org/wiki/Markdown https://en.wikipedia.org/wiki/Markup_language https://en.wikipedia.org/wiki/Lightweight_markup_language — includes various tables http://daringfireball.net/projects/markdown/syntax – where it all began http://www.markdowntutorial.com http://www.markdowntutorial.com/conclusion/ https://help.github.com/articles/basic-writing-and-formatting-syntax/ https://github.github.com/gfm/ – GitHub Flavored Markdown spec https://gitlab.com/help/user/markdown – GitLab Flavored Markdown spec (a customer GitLab installation provides (resp. seems to provide) a version with a TOC) https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa – Jira and its markup language https://en.wikipedia.org/wiki/Creole_(markup) http://overapi.com/org-mode – Emacs org-mode and its markup language Emacs and Markdown: https://github.com/jrblevin/markdown-mode http://melpa.org/#/markdown-mode
-
retrieving my favourite personal scripts from my GitHub area
https://github.com/JochenHayek/misc $ curl –location –remote-name https://github.com/JochenHayek/misc/raw/master/using_timestamps_in_filenames/touch_with_filename.sh $ wget –no-check-certificate https://github.com/JochenHayek/misc/raw/master/using_timestamps_in_filenames/touch_with_filename.sh No chance to download with “the right timestamp”. I usually prefer accessing my files at my NAS at home, but sometimes there is no SOCKS proxy available or retrieving the files from my GitHub area is a few steps closer.
-
how to deal with folders on GitHub, although there is no obvious support for them
http://shop.oreilly.com/product/0636920033059.do This introductory guide teaches you how to use GitHub to manage and collaborate with developers, designers, and other business professionals more effectively. You’ll learn about project transparency, collaboration tools, the basics of Git management, and how to make changes yourself—without having to bother your development team. https://library.oreilly.com/book/0636920033059/introducing-github/20.xhtml?ref=toc#idp611504 – Working with Folders https://library.oreilly.com/book/0636920033059/introducing-github/20.xhtml?ref=toc#idp622720 – Creating a Folder https://library.oreilly.com/book/0636920033059/introducing-github/20.xhtml?ref=toc#idp626192 – Renaming a…
-
“netcat” can be used to proxy-enable “git”
https://en.wikipedia.org/wiki/Netcat https://en.wikipedia.org/wiki/SOCKS https://en.wikipedia.org/wiki/Git_(software) This only works, if your proxy also supports SOCKS. netcat’s specific options: -x : specify proxy address and port -X : proxy protocol: …, “5” (SOCKS), … This approach should also work for a few more applications.
-
Emoji cheat sheet for GitHub, Basecamp and other services
Emoji codes used by GitHub, Basecamp, Slack and other services. Searchable. With emoji meanings. http://www.emoji-cheat-sheet.com https://en.wikipedia.org/wiki/Emoji It seems intriguing to use the English-language-codes of those emoticons in places, where you can’t select the respective emoticon from a graphical list, hoping it gets replaced by its graphical counterpart anyway.
-
my first repository on github.com – and it is public – I uploaded my most helpful scripts
https://github.com/JochenHayek/misc I uploaded a couple of the scripts, that I use and change most: my fetchmail log file checker – including the sslfingerprint extraction my procmail log file reformatter a few *-suggest-rename*.sh shell scripts – they are so useful for creating “reasonable” names for PDF and JPEG files I was simply tired of keeping (some…
-
cvsconvert and cvs-fast-export – migrating from CVS to Git
http://esr.ibiblio.org/?p=6498 http://esr.ibiblio.org/?author=2 = http://en.wikipedia.org/wiki/Eric_S._Raymond
-
O’Reilly Media book: Introducing GitHub
http://shop.oreilly.com/product/0636920033059.do This introductory guide teaches you how to use GitHub to manage and collaborate with developers, designers, and other business professionals more effectively. You’ll learn about project transparency, collaboration tools, the basics of Git management, and how to make changes yourself—without having to bother your development team. https://library.oreilly.com/book/0636920033059/introducing-github/20.xhtml?ref=toc#idp611504 – Working with Folders https://library.oreilly.com/book/0636920033059/introducing-github/20.xhtml?ref=toc#idp622720 – Creating a Folder https://library.oreilly.com/book/0636920033059/introducing-github/20.xhtml?ref=toc#idp626192 – Renaming a…
-
Packt Publishing: Git: Version Control for Everyone
https://www.packtpub.com/git-version-control-for-everyone/book
-
O’Reilly Media book: Git Pocket Guide
Git Pocket Guide: This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience.