#GitFichas
É uma vergonha o #GitFichas não ter nem 100 estrelinhas no GitHub, hein. Borá lá, pessoal https://github.com/jtemporal/gitfichas
GitHub - jtemporal/gitfichas: Git Study Cards for devs that might need a refresher about git commands 🗂️
Git Study Cards for devs that might need a refresher about git commands 🗂️ - jtemporal/gitfichas
github.com
September 19, 2025 at 3:23 PM
Para aplicar um stash da lista, use o comando

git stash apply

seguido do índice do stash de interesse

Por exemplo: git stash apply stash@{2}

Essa e mais fichas você encontra no: gitfichas.com #GitFichas #Git #GitHub
August 30, 2023 at 10:30 AM
O Grande Microlivro de Git está disponível. Ideal para consultas objetivas sobre o funcionamento de comandos no Git, essa é uma ferramenta que toda pessoa desenvolvedora deveria conhecer.

Acesse jtemporal.com/microlivrodegit para saber mais e garantir a sua cópia digital.

#GitFichas #Git #GitHub
O Grande Microlivro de Git
Um guia rápido de comandos que você usará diariamente
jtemporal.com
July 13, 2023 at 4:55 PM
Before we get to the last weekend of September, here’s what happened during weekend 3 of Preptember for #Hacktoberfest2025 🎨

Color scheme support to GitFichas! Now the mermaid based cards will have one of 6 different color sets like the original hand-drawn cards.

(1/2) cont 👇
September 26, 2025 at 2:19 AM
Para apagar um stash da lista, use o comando

git stash drop

seguido do índice do stash.

Por exemplo: git stash drop stash@{2}

Essa e mais #GitFichas você encontra no: gitfichas.com #Git #GitHub
August 23, 2023 at 11:19 PM
O segundo fim de semana do Preptember para o #Hacktoberfest2025 está concluído! 🎉

Neste fim de semana temos: suporte para múltiplos idiomas no GitFichas e pequenas atualizações. A parte divertida foi usar o Copilot para revisar o PR que o próprio Copilot fez 🤣

(1/2) cont👇
September 15, 2025 at 10:16 PM
Before I forget (again)… This year I kicked off preptember weekends for #Hacktoberfest2025 early! 🎉

For weekend 1: Fixed (some of) GitFichas' Mermaid rendering with SVG generation + added a setup and image gen scripts, Copilot instructions, and better docs.

Next weekends: +
September 9, 2025 at 1:49 PM
Since I updated #GitFichas to be able to support multiple languages I'm very happy to report that 11 cards were translated by the community during this first week of #Hacktoberfest2025 and this is only the beginning!!
October 4, 2025 at 7:08 PM
GitFichas agora é #opensource 🎉

Com pouco mais de 100 issues abertas, esta será uma nova fase maravilhosa para este projeto que ajuda devs a melhorar seus conhecimentos em git!

Você pode ler mais aqui e mal posso esperar pelo seu pull request 🤩

jtemporal.com/gitfichas-ag...
GitFichas agora é Open Source 🎉
Ótimas notícias pra quem mexe com Git e precisa de uma ajudinha de vez em quando 🤩
jtemporal.com
October 26, 2024 at 11:38 AM
Para remover o stash mais recente da pilha e aplicá-lo use o comando:

git stash pop

Essa e mais fichas você encontra no: https://gitfichas.com #GitFichas #Git #GitHub
August 16, 2023 at 10:59 AM
GitFichas is now #opensource 🎉

With a little over 100 issues open this is going to be a great new phase for this project that helped so many devs improve their git knowledge!

You can read more here and I’m looking forward to your pull request 🤩 jtemporal.com/gitfichas-is...
GitFichas is Now Open Source 🎉
Exciting news for anyone that deals with Git and might need a reminder or two about some commands 🤩
jtemporal.com
October 23, 2024 at 10:45 AM
Oh yeah! Super excited about it in case you are curious gitfichas.com/en is now open source 🥰

And I’m very excited for the future of the project jtemporal.com/gitfichas-is...
GitFichas is Now Open Source 🎉
Exciting news for anyone that deals with Git and might need a reminder or two about some commands 🤩
jtemporal.com
October 23, 2024 at 1:13 AM
Weekend 2 of Preptember for #Hacktoberfest2025 is complete! 🎉

This weekend we have: multi-language support for GitFichas and some other minor updates. The fun part was using Copilot to review the PR Copilot did most of the work 🤣

(1/2) cont 👇
September 15, 2025 at 12:40 PM
@jesstemporal.com fazia um tempo que não entrava no git fichas e precisei hoje

Algo na diagramação / renderização está quebrado (segue imagem)
August 29, 2025 at 9:27 PM
First day since #hacktoberfest began that GitFichas has no open pull requests.

No this is not a challenge.

In case I need this information later: it is 1:30am where I live
October 25, 2025 at 5:30 AM
To remove the latest stash from the stack and apply it, use the command:

git stash pop

You can find this #GitStudyCards & more at https://gitfichas.com/en #gitfichas #git #developer #developers #software #github #techtwitter
August 17, 2023 at 8:29 PM
To delete a stash from the list, use the command:

git stash drop

Followed by the stash index.

For example: git stash drop stash@{2}

You can find this #GitStudyCards & more at gitfichas.com/en #gitfichas #git #developer #developers #software #github #techtwitter
August 25, 2023 at 1:30 PM