Skip to content

Instantly share code, notes, and snippets.

View ernestosu16's full-sized avatar

Ernesto Suárea Ramírez ernestosu16

View GitHub Profile
@danielquisbert
danielquisbert / Key_starUML.md
Last active March 11, 2024 12:42
Key para starUML
@Juraci
Juraci / sync-upstream.sh
Created December 11, 2015 17:16
Bash script to sync a forked project with its upstream repository
#/bin/bash
red=`tput setaf 1`
green=`tput setaf 2`
yellow=`tput setaf 3`
upstream=$1
branch=$2
# checks if there is a remote repo called upstream
check_upstream() {