Skip to content

Instantly share code, notes, and snippets.

View willsantos's full-sized avatar

Wilson Santos willsantos

View GitHub Profile
@willsantos
willsantos / git-update-fork.sh
Last active September 29, 2022 00:47 — forked from rdeavila/git-update-fork.sh
Git: como atualizar um fork com as mudanças do original?
#!/bin/bash
# Adicione um novo remote; pode chamá-lo de "upstream":
git remote add upstream URL_GIT_PROJETO_ORIGINAL
# Obtenha todos os branches deste novo remote:
git fetch upstream
# Certifique-se de que você está no branch main:
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"console_title": "\uE62A Oh my Posh",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [