8000 GitHub - yetkinyilmaz/Scope: Repository of the coding workshop of Nogozon
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from nogozon/Scope

Repository of the coding workshop of Nogozon

Notifications You must be signed in to change notification settings

yetkinyilmaz/Scope

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

bash-3.2$ git clone https://github.com/nogozon/Scope.git
Cloning into 'Scope'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done.
bash-3.2$ cd Scope/
bash-3.2$ touch README
bash-3.2$ ls
README
bash-3.2$ 
bash-3.2$ 
bash-3.2$ git remote
origin
bash-3.2$ 
bash-3.2$ 
bash-3.2$ git commit -a -m"committed README"
On branch master

Initial commit

Untracked files:
        README

nothing added to commit but untracked files present
bash-3.2$ git add README 
bash-3.2$ git commit -a -m"committed README"
[master (root-commit) 2f3b795] committed README
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 README
bash-3.2$ git push master origin
error: src refspec origin does not match any.
error: failed to push some refs to 'master'
bash-3.2$ git push origin master
Username for 'https://github.com': yetkinyilmaz
Password for 'https://yetkinyilmaz@github.com': 
Counting objects: 3, done.
Writing objects: 100% (3/3), 214 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/nogozon/Scope.git
 * [new branch]      master -> master


About

Repository of the coding workshop of Nogozon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0