Skip to content

Instantly share code, notes, and snippets.

View nhatnam1507's full-sized avatar

Nguyễn Nhật Nam nhatnam1507

View GitHub Profile
@nhatnam1507
nhatnam1507 / Awesome_git_cheatsheet.md
Created July 9, 2022 05:45 — forked from mer0mingian/Awesome_git_cheatsheet.md
How to use `git mergetool` to resolve conflicts
@nhatnam1507
nhatnam1507 / Makefile
Created February 21, 2022 17:05 — forked from isaacs/Makefile
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.