From b555935d0274940e68093cd7843ca3e75daa6e0d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 2 Oct 2023 16:23:27 +0200 Subject: [PATCH] ugc :) --- .config/fish/conf.d/abbr.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index ef1315f..fa1bf67 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -27,3 +27,4 @@ abbr vg++ "clear; g++ -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wo abbr vmake "clear; make && valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./main; make clean 2> /dev/null" abbr zip "zip -r 'archive.zip' dossier" abbr mfind "find /* 2> /dev/null | grep ''" +abbr ugc "git fetch upstream && git pull upstream master && git push origin master"