Skip to content

Instantly share code, notes, and snippets.

View martinthong125's full-sized avatar

Martin Thong martinthong125

  • Singapore
View GitHub Profile
@martinthong125
martinthong125 / git-hard-delete
Created May 24, 2023 10:20 — forked from srebalaji/git-hard-delete
Examples of git custom command
#!/bin/sh
branch=$1
if [ ! -z "$1" ]
then
git branch -D $branch
git push -d origin $branch
else
echo "Branch name is not specified"
@martinthong125
martinthong125 / sample.md
Last active April 27, 2023 11:06 — forked from bradtraversy/sample.md
Markdown Cheat Sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic