$ git clone git@daynix-team.git
$ cp ../other-team/myself ./daynix-team
$ cd daynix-team
$ git add myself
$ git diff --staged
diff --git a/myself b/myself
new file mode 100644
index 0000000..aa9bacc
--- /dev/null
+++ b/myself
@@ -0,0 +1,18 @@
+Hi,
+I'd like to be a part of the Daynix team.
+Briefly about me:
+ - live and breath coding
+ - enjoy contributing to open source projects
+ - want to be on the edge of the emerging technologies
+ - want to be a part of and learn from a collective of professionals
+ - care about the working atmosphere and people around
+ - hate useless meetings
+Additional info (just in case):
+ - C\C++
+ - Kernel knowledge (Linux, Windows)
+ - Virtualization
+P.S. I prefer Guinness...
$ git commit -m "RE: Daynix is looking for talented people"
[master 11ad288] RE: Daynix is looking for talented people
1 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 myself
$ git format-patch -s HEAD~1..HEAD
0001-RE-Daynix-is-looking-for-talented-people.patch
$ scripts/checkpatch.pl 0001-RE-Daynix-is-looking-for-talented-people.patch
total: 0 errors, 0 warnings, 19 lines checked
0001-RE-Daynix-is-looking-for-talented-people.patch has no obvious style problems and is ready for submission
$ git send-email --to "Daynix Jobs <jobs@daynix.com>" 0001-RE-Daynix-is-looking-for-talented-people.patch