Giter VIP home page Giter VIP logo

41scj's Introduction

41SCJ

Repositório turma 41SCJ

Orientações

  1. Faça o Fork deste repositório

  2. Clone seu repositorio para a maquina local

  3. Configure seu nome e e-mail.

git config --global user.name "Seu nome"
git config --global user.email “[email protected]”
git config -l
  1. Crie um novo diretorio com seu nome-sobrenome

  2. Crie uma nova branch com seu nome-sobrenome

git checkout -b {nome-sobrenome}

  1. Dentro do novo diretorio crie um arquivo classe.txt no diretorio do projeto
git add classe.txt
git status
  1. Faça o commit do arquivo.

git commit -m “novo arquivo”

  1. verifique o log.

git log --all --decorate --oneline –graph

  1. Verifique a diferença entre a sua branch e main?

git diff main feature/{nome-sobrenome}

  1. Alteração mensagem com Amend

git commit --amend -m “nova mensagem”

  1. Reverter commit

git revert {id_commit}

  1. Salvar stash
git stash save “add uma atividade incompleta”
git stash list
git stash show
  1. Unir 2 commit ou mais com Squash

Use: “pick .. squash .. squash ..”

git rebase -i HEAD~3
  1. Adicione o arquivo .gitigone para não versionar arquivos com extensão .log, faço o teste.

  2. Faça uma PR para o repositorio original https://github.com/hesketh-carlos/41SCJ

41scj's People

Contributors

hesketh-carlos avatar johnnysilva777 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.