CVS down - git migration

Daniel Dawid Majewski light-i at o2.pl
Mon Jul 9 18:12:50 CEST 2012


W odpowiedzi na wiadomość z dnia 09.07.2012 16:37, od Arkadiusz Miśkiewicz:
>> BTW. Jaki jest teraz standard podsyłania łatek na listę? Dalej
>> 'diff -u' ?
>
> Teraz to lepiej git format-patch :)
Właśnie testuję:
echo "this is Nemo text..." > Nemo.txt
[builder w somewhere ftdi_eeprom]$ git add Nemo.txt
[builder w somewhere ftdi_eeprom]$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	nemo.txt
nothing added to commit but untracked files present (use "git add" to track)
[builder w somewhere ftdi_eeprom]$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
#
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	new file:   nemo.txt
#
[builder w somewhere ftdi_eeprom]$ git commit -m "Nemo patch" -a
[master 3c4fe86] Nemo patch
  1 file changed, 1 insertion(+)
  create mode 100644 nemo.txt
[builder w somewhere ftdi_eeprom]$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)
[builder w somewhere ftdi_eeprom]$ git format-patch
[builder w somewhere ftdi_eeprom]$
---
I teraz pytanie "Gdzie jest Nemo" ? ;) Co mam wysłać ?
W katalogu pusto...
-- 
Pozdrawiam,
Daniel Dawid Majewski
jabber:light-i/pld-users.org





More information about the pld-devel-pl mailing list