Skip to content

minthantsin/App.GitPlayground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Playground

Interface Web para praticar comandos do Git. Você digita e o resultado. Bem legal!

Acesse:

Operações suportadas

Digite help para ver a lista de operações disponíveis:

  • pres() = Ativar o modo de apresentação
  • undo = Desfazer o último comando Git
  • redo = Refazer o último comando Git desfeito
  • mode = Alternar entre os modos local e remote
  • clear = Limpar histórico e reiniciar exibição

Comandos Git disponíveis:

git branch
git checkout
git cherry_pick
git commit
git fetch
git log
git merge
git pull
git push
git rebase
git reflog
git reset
git rev_parse
git revert
git tag

git rebase

rebase

git cherry-pick

cherry-pick

git push / git pull

push-pull

Projetos originais:

About

Playground para Git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • CSS 7.5%
  • HTML 6.2%