Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\Usuario\Documents\GitHub [master +4 ~0 -0 !]> dir
- Directorio: C:\Users\Usuario\Documents\GitHub
- Mode LastWriteTime Length Name
- ---- ------------- ------ ----
- d---- 24-08-2016 18:11 CodeIgniter
- d---- 03-08-2016 22:15 frontendevaluacion
- d---- 08-08-2016 11:43 halohawaii
- d---- 24-08-2016 18:08 ironsummitmedia
- d---- 22-08-2016 13:32 pildorasinformaticas
- C:\Users\Usuario\Documents\GitHub [master +4 ~0 -0 !]> cd CodeIgniter
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git clone htt
- ps://github.com/ashcrimson/CodeIgniter.git
- Cloning into 'CodeIgniter'...
- remote: Counting objects: 3, done.
- remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
- Unpacking objects: 100% (3/3), done.
- Checking connectivity... done.
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +5 ~0 -0 !]> git add *
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +1 ~0 -0 | +4 ~0 -0 !]> gi
- t commit -m "re-hecho"
- [master 5da779d] re-hecho
- 1 file changed, 1 insertion(+)
- create mode 160000 CodeIgniter/CodeIgniter
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git push
- fatal: No configured push destination.
- Either specify the URL from the command-line or configure a remote repository us
- ing
- git remote add <name> <url>
- and then push using the remote name
- git push <name>
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git push http
- s://github.com/ashcrimson/CodeIgniter.git
- fatal: The current branch master has no upstream branch.
- To push the current branch and set the remote as upstream, use
- git push --set-upstream https://github.com/ashcrimson/CodeIgniter.git master
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git status
- On branch master
- Untracked files:
- (use "git add <file>..." to include in what will be committed)
- ../frontendevaluacion/
- ../halohawaii/
- ../ironsummitmedia/
- ../pildorasinformaticas/
- nothing added to commit but untracked files present (use "git add" to track)
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git add .
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git commit -m
- "re-hecho"
- On branch master
- Untracked files:
- ../frontendevaluacion/
- ../halohawaii/
- ../ironsummitmedia/
- ../pildorasinformaticas/
- nothing added to commit but untracked files present
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git push http
- s://github.com/ashcrimson/CodeIgniter.git
- fatal: The current branch master has no upstream branch.
- To push the current branch and set the remote as upstream, use
- git push --set-upstream https://github.com/ashcrimson/CodeIgniter.git master
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git push
- fatal: No configured push destination.
- Either specify the URL from the command-line or configure a remote repository us
- ing
- git remote add <name> <url>
- and then push using the remote name
- git push <name>
- C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]>
RAW Paste Data