update snippets page and a link to git
Prithu Goswami prithugoswami524@gmail.com
Fri, 18 Dec 2020 20:24:18 +0530
2 files changed,
8 insertions(+),
1 deletions(-)
M
content/snippets/_index.md
→
content/snippets/_index.md
@@ -1,7 +1,13 @@
--- -title: Snippets +ptitle: Snippets description: "Some one-liners and code snippets that are useuful" --- + +This is just a list of snippets I find usefull and intriguing. This is not a +furnished list yet. The list includes mostly bash/command-line one-liners but I +don't want it to be restricted to just that. Hopefully will be having more of +these and probably also have a search functionality once there are enough in +number. ## Using awk, tr, to get the remote info of a git repo This will output the (fetch) remote of a git repository and