Groups | Search | Server Info | Login | Register


Groups > pt.comp.so.linux > #3217

Re: Como limpar um repositório GIT

Path csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From Patricia Ferreira <pferreira@example.com>
Newsgroups pt.comp.so.linux
Subject Re: Como limpar um repositório GIT
Date Tue, 10 Sep 2024 14:25:41 -0300
Organization A noiseless patient Spider
Lines 16
Message-ID <87ed5rpgiy.fsf@example.com> (permalink)
References <vbn71u$2fbfr$2@dont-email.me> <87o74v4rob.fsf@lispclub.com>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
Injection-Date Tue, 10 Sep 2024 19:25:51 +0200 (CEST)
Injection-Info dont-email.me; posting-host="98b1e8000f9323e81518e91918498cdf"; logging-data="3239727"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18nr949sMgRRrYp/Oe1NBxasXcuRXNSrGQ="
Cancel-Lock sha1:k3vE9N5/52ZicJ9XkccAGXsbXFI= sha1:/FLE9MsT8zHJDbkV8N16sGoqzT4=
Xref csiph.com pt.comp.so.linux:3217

Show key headers only | View raw


Daniel Cerqueira <dan.list@lispclub.com> writes:

> Tenta do git clean.
>
> $ git clean -fd

Não recomendaria isso.  O OP vai acabar removendo algum arquivo que ele
não deseja remover.  Ele está incomodado com os arquivos-bytecode de
Python.  Um dia ele escreve um IMPORTANT.txt, por exemplo, não adicionou
ao repositório ainda e o perde logo em seguida.

Dizer ``git clean'' é tão fácil quanto ``make do-what-i-mean'', mas o
do-what-i-mean pode ser muito mais seguro.  Por exemplo, 

do-what-i-mean:
        rm -f *.pyc

Back to pt.comp.so.linux | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Como limpar um repositório GIT João Jerónimo <jj.mailspam@yahoo.com> - 2024-09-09 17:17 +0100
  Re: Como limpar um repositório GIT Patricia Ferreira <pferreira@example.com> - 2024-09-09 21:02 -0300
    Re: Como limpar um repositório GIT João Jerónimo <jj.mailspam@yahoo.com> - 2024-09-10 11:04 +0100
  Re: Como limpar um repositório GIT Daniel Cerqueira <dan.list@lispclub.com> - 2024-09-10 13:30 +0100
    Re: Como limpar um repositório GIT Patricia Ferreira <pferreira@example.com> - 2024-09-10 14:25 -0300
      Re: Como limpar um repositório GIT Daniel Cerqueira <dan.list@lispclub.com> - 2024-09-10 21:22 +0100
      Re: Como limpar um repositório GIT João Jerónimo <jj.mailspam@yahoo.com> - 2024-09-24 10:38 +0100
        Re: Como limpar um repositório GIT Daniel Cerqueira <dan.list@lispclub.com> - 2024-09-24 12:46 +0100

csiph-web