/l3/users/slm/2018-12-minsk-aws/student05.BigClassRoom/user :1 :2 |
|
$man git
|
$vi README.md
|
$git add README.md
|
$git co
![]() commit config |
$git commit "edit readme"
![]() error: pathspec 'edit readme' did not match any file(s) known to git. |
$ls
README.md |
$git config --global user.email "hikinsuchi@gmail.com"
|
$git push
Username for 'https://github.com': pisanny Password for 'https://pisanny@github.com': Counting objects: 3, done. Writing objects: 100% (3/3), 249 bytes | 0 bytes/s, done. Total 3 (delta 0), reused 0 (delta 0) To https://github.com/pisanny/aws 16f23f7..27b135c master -> master |
$git sta
![]() stage stash status |
$git status
On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working tree clean |
$vi hello.md
![]() |
$git status
On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) hello.md nothing added to commit but untracked files present (use "git add" to track) |