Pagini
Workshops
Parteneri
git config --global user.email "me@iheartlinux.com" git config --global user.name "Linus Jr" git config --global color.branch auto git config --global color.status auto git config --global color.diff auto
git clone https://github.com/torvalds/linux.git
git config --global user.name "Firstname Lastname" git config --global user.email "your_email@youremail.com" git config --global sendemail.smtpserver smtp.gmail.com git config --global sendemail.smtpserverport 587 git config --global sendemail.smtpencryption tls git config --global sendemail.smtpuser your_email@gmail.com
git branch fixes
git checkout fixes
git add <file>
git commit -s
Signed-off-by
line.git format-patch -1
./scripts/checkpatch.pl name.patch
git send-email -to=firefly@lists.rosedu.org MY_PATCH
./scripts/get_maintainer.pl name.patch
git send-email -to=maintainer_email_addres -cc=adresa_email1 -cc=adresa_email2
/usr/src/linux/scripts/checkpatch.pl –no-tree -f file
make C=1 <subsystem>