Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
project:git [2017/08/04 15:51]
over23 project : git - cleaned, ToAdd : pull requests
project:git [2017/08/05 12:09]
over23 [Notes - userful commands, ToDo] notes for git
Line 113: Line 113:
    # git commit    # git commit
  
-====== Howto connect GitHub to IRC ====== +===== Notes - userful commands, ToDo ===== 
-* ToDo +<​code>​ 
-====== Howto create project WebPage directly by GitHub ====== +git add classes/​system/​linux/​system/​mon.yml -- prida jmenovite soubor 
-* ToDo+git add -A --stages All 
 +git add . --stages new and modified, without deleted 
 +git add -u --stages modified and deleted, without new 
 +git commit -a -m "​Addition of ext interface to monitoring server node, added system.linux.system.mon"​ 
 +git log --graph 
 +git push origin HEAD:​monitoring 
 + 
 +git checkout .  --zahodi lokalni zmeny - pred add 
 +git reset  -- zahodi zmeni v indexu, taky zahodi nepushnute commity 
 +git clean -f --zahodit untracked soubory - nove soubory, generovane soubory 
 +</​code>​ 
  • project/git.txt
  • Last modified: 2017/11/14 07:36
  • by licho