Skip to main content

Versão Alpha da biblioteca numérica básica para o curso de programação 2.

Project description

CB2325NumericaG07

Trabalho AV2 de Programação 2. Grupo 07

Instruções para os alunos (Tutorial git):

Git é um sistema de controle de versão que ajuda a rastrear mudanças no seu código e a colaborar com outras pessoas.

1. Configuração Inicial (Para o primeiro uso)

  • Configure seu nome e email (usados para identificar seus commits):
    git config --global user.name "Seu nome"
    git config --global user.email "al.nome.sobrenome@impatech.edu.br"
    

2. Clonando o Repositório

  • Para o projeto existente (remoto): Clone o repositório da web:
    git clone https://github.com/Mateus-Band/CB2325NumericaG07.git
    

3. O Fluxo Básico: Modificar -> Preparar -> Salvar

  • Modifique seus arquivos normalmente.
  • Prepare (Stage): Escolha quais mudanças você quer salvar no repositório online.
    • Para preparar um arquivo específico:
      git add <nome_do_arquivo_modificado>
      
    • Para preparar todos os arquivos modificados/novos:
      git add .
      
  • Salve (Commit): Crie uma versão permanente das mudanças preparadas, com uma mensagem bem descritiva.
    git commit -m "Sua mensagem clara sobre o que mudou (MUITO IMPORTANTE!)"
    
    PARTE MAIS IMPORTANTE, SUA NOTA ESTÁ EM BOA PARTE AQUI!

4. Verificando o Status

  • Para ver quais arquivos foram modificados, quais estão preparados (processo de commit) e quais não estão sendo rastreados:
    git status
    

5. Enviando para o repositórios online (GitHub)

  • Enviar seus commits: Mande os commits locais para o repositório remoto (ex: GitHub). Geralmente, para a branch main ou master:
    git push origin main
    
  • Receber atualizações: Baixe as últimas mudanças do repositório remoto e comece seu trabalho local:
    git pull origin main
    

6. Vendo o Histórico

  • Para ver a lista de commits feitos:
    git log
    
  • Para uma versão mais resumida:
    git log --oneline
    

7. Desfazendo Coisas (Avançado)

  • Descartar mudanças não preparadas em um arquivo:
    git checkout -- <nome_do_arquivo>
    
  • Tirar um arquivo da área de stage (mas manter as mudanças):
    git reset HEAD <nome_do_arquivo>
    

8. Ajuda!

  • Para obter ajuda sobre qualquer comando:
    git help <nome_do_comando>
    # Ex: git help commit
    
    Ou pergunte aos outros :-)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cb2325numericag07-0.2.0.tar.gz (21.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cb2325numericag07-0.2.0-py3-none-any.whl (23.9 kB view details)

Uploaded Python 3

File details

Details for the file cb2325numericag07-0.2.0.tar.gz.

File metadata

  • Download URL: cb2325numericag07-0.2.0.tar.gz
  • Upload date:
  • Size: 21.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cb2325numericag07-0.2.0.tar.gz
Algorithm Hash digest
SHA256 49b53129cc6c6ea4f9aba4137084764bfbfde21522b1d174c79bd1b2d7f1a449
MD5 8999f1fe3330914b4c88f2a302cf2eea
BLAKE2b-256 001a2653b566f11f9433e469bb6538b9b4479e1ad625480bcae67103d2c50c52

See more details on using hashes here.

Provenance

The following attestation bundles were made for cb2325numericag07-0.2.0.tar.gz:

Publisher: python-publish.yml on Mateus-Band/CB2325NumericaG07

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cb2325numericag07-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cb2325numericag07-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1198b2386cdf8647affa5b827731d1739799bb98365a9f1e51745d36c4e1df9b
MD5 c2d108ec36133abff298381ce025b65c
BLAKE2b-256 5af150572234781fb4fd714de7aa993c8e6dcc2db3405e474e96e482f250cad4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cb2325numericag07-0.2.0-py3-none-any.whl:

Publisher: python-publish.yml on Mateus-Band/CB2325NumericaG07

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page