Commit graph

81 commits

Author SHA1 Message Date
d9d83918e9 Merge branch 'dcast78-dcast78/fix/branch_cmd'
* dcast78-dcast78/fix/branch_cmd:
  edited for brevity
  Typo correction
  Comment clarification
  Command correction
  Fix command git branch -b fix/bug-123
2017-09-18 20:37:00 +02:00
da8dc16453 edited for brevity 2017-09-18 20:36:40 +02:00
691dff63b8 Merge branch 'dcast78/fix/branch_cmd' of git://github.com/dcast78/git-crash-course into dcast78-dcast78/fix/branch_cmd
* 'dcast78/fix/branch_cmd' of git://github.com/dcast78/git-crash-course:
  Typo correction
  Comment clarification
  Command correction
  Fix command git branch -b fix/bug-123
2017-09-18 20:32:37 +02:00
b8b5e7df21 Merge branch 'pr-2'
* pr-2:
  edited for brevity and used more common aliases
  nota sui tag
  added config examples
  added config examples
  added git config description and examples
2017-09-18 20:29:40 +02:00
8a99ba9845 edited for brevity and used more common aliases 2017-09-18 20:25:51 +02:00
599b271931 Merge branch 'master' of git://github.com/danielamazza/git-crash-course into pr-2
* 'master' of git://github.com/danielamazza/git-crash-course:
  nota sui tag
  added config examples
  added config examples
  added git config description and examples
2017-09-18 19:13:52 +02:00
Daniela Mazza
7790d9f71a nota sui tag 2017-09-18 14:56:41 +02:00
dcast78
6163dc855a Typo correction
Typo correction
2017-09-18 13:24:57 +02:00
dcast78
b56057ca94 Comment clarification
More info about git checkout [-b] fix/bug-123 command
2017-09-18 13:19:44 +02:00
dcast78
bae335007d Command correction
Replace git branch -b fix/bug-123   with  git checkout [-b] fix/bug-123.
Add comment about -b parameter, if branch already exist, the command do not create (correct) and do not checkout a new branch without info.
2017-09-18 13:09:09 +02:00
dcast78
0dd661ab77 Fix command git branch -b fix/bug-123
Correction of command with git checkout -b fix/bug-123 ( -b <branch> create and checkout a new branch)
2017-09-18 13:01:37 +02:00
Daniela Mazza
48518d798f added config examples 2017-09-17 23:20:47 +02:00
Daniela Mazza
09bfa8844d added config examples 2017-09-17 23:16:20 +02:00
Daniela Mazza
f06bd6d80a added git config description and examples 2017-09-17 22:45:48 +02:00
b79309a05b note on git push --tags 2017-09-17 17:17:48 +02:00
228347850f specify that you need to add a file, before an amend 2017-09-16 13:06:43 +02:00
c13c55ab43 Merge branch 'master' of git://github.com/danielamazza/git-crash-course into danielamazza-master
* 'master' of git://github.com/danielamazza/git-crash-course:
  aggiunta spiegazione porcelain/plumbing

(edited for brevity)
2017-09-14 23:06:36 +02:00
Daniela Mazza
cbc53be795 aggiunta spiegazione porcelain/plumbing 2017-09-14 21:35:56 +02:00
7be0412caf add question about commits 2017-09-14 08:41:23 +02:00
65d37dd046 add misc links 2017-09-13 20:43:58 +02:00
f64808481f improve workflow description 2017-09-11 22:27:07 +02:00
93567b332a no Github, sorry 2017-09-11 19:15:51 +02:00
b7150b44a5 fix style 2017-09-10 21:28:31 +02:00
a90adb41b4 fix style 2017-09-10 21:27:49 +02:00
07bcea0bc1 move slides and improve links 2017-09-10 21:25:06 +02:00
a87218bbce clean-up 2017-09-09 17:33:06 +02:00
Davide Alberani
ecd21418e2 cheatsheet links 2017-09-07 13:54:01 +02:00
5264989af8 improve rebase and cherry-pick images 2017-08-30 22:29:49 +02:00
334bc66c34 git show instead of git log 2017-08-30 19:03:18 +02:00
920de7358c update maintainer workflow image 2017-08-30 19:02:42 +02:00
cface79af9 git show 2017-08-26 20:28:22 +02:00
957e4efa5d improve workflow description 2017-08-26 14:46:05 +02:00
7b9b421015 external CSS 2017-08-26 14:45:35 +02:00
808cd5ca7f github instructions 2017-08-26 14:29:15 +02:00
83861339fb improve workflow description 2017-08-26 11:10:11 +02:00
9d4c154268 git fetch --all 2017-08-26 10:17:24 +02:00
78dd04c2ac verbose argument for git branch 2017-08-26 09:23:11 +02:00
e4185ba57a link to how to write a commit message 2017-08-25 18:55:29 +02:00
d97a5b3e91 improve spacing 2017-08-25 18:36:30 +02:00
aa3488b0c7 improve some descriptions 2017-08-24 20:25:53 +02:00
0d70c8eb26 improve rebase image 2017-08-24 19:55:06 +02:00
77cec1789a rebase before pull request 2017-08-24 13:55:14 +02:00
c4d71c4812 pull request merge 2017-08-23 23:48:09 +02:00
b028782280 fix rebase image 2017-08-23 22:48:25 +02:00
cacbdbb5f8 branch locali e remoti: terminologia 2017-08-23 22:19:59 +02:00
Davide Alberani
9d330512c8 improve some definitions 2017-08-23 17:57:12 +02:00
6d7696a8b8 definitions 2017-08-20 11:05:47 +02:00
3d0a437a74 gogs link 2017-08-20 09:05:22 +02:00
35f644115e three parts 2017-08-20 08:59:36 +02:00
dd136c421b git clone 2017-08-19 17:48:03 +02:00