




Moderator: julianmartinez16
Code: Select all
user@DESKTOP-3UH8RJ6 MINGW64 ~/Desktop/taller final/pagina web(modificada)
$ git init
Initialized empty Git repository in C:/Users/user/Desktop/taller final/pagina we b(modificada)/.git/
user@DESKTOP-3UH8RJ6 MINGW64 ~/Desktop/taller final/pagina web(modificada) (mast er)
$ git add .
warning: LF will be replaced by CRLF in js/grunt-config.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in js/modernizr-config.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in js/modernizr-custom.js.
The file will have its original line endings in your working directory.
user@DESKTOP-3UH8RJ6 MINGW64 ~/Desktop/taller final/pagina web(modificada) (mast er)
$ git status
On branch master
Initial commit
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: biografia.html
new file: consulta.html
new file: css/biografia.css
new file: css/consulta.css
new file: css/cultura.css
new file: css/fiestas.css
new file: css/gastronomia.css
new file: css/index.css
new file: css/lugares destacados.css
new file: css/parques.css
new file: cultura colombiana.html
new file: ferias y fiestas.html
new file: gastronomia.html
new file: img/ajiaco.jpg
new file: img/artes.jpg
new file: img/barranquilla.jpg
new file: img/barranquillav.mp4
new file: img/bogota.jpg
new file: img/cali.jpg
new file: img/cocuy.jpg
new file: img/fondocabeza.jpg
new file: img/fondocuerpo.jpg
new file: img/foto.jpg
new file: img/icono.jpg
new file: img/iconoenca.jpg
new file: img/iconoenca2.jpg
new file: img/literatura.jpg
new file: img/medellin.jpg
new file: img/munchique.jpg
new file: img/musica.jpg
new file: img/ocio.jpg
new file: img/paisa.jpg
new file: img/pescado.jpg
new file: img/ruiz.jpg
new file: img/sancocho.jpg
new file: img/santam.jpg
new file: img/tayrona.jpg
new file: index.html
new file: js/grunt-config.json
new file: js/modernizr-config.json
new file: js/modernizr-custom.js
new file: lugares destacados.html
new file: parques narutales.html
user@DESKTOP-3UH8RJ6 MINGW64 ~/Desktop/taller final/pagina web(modificada) (mast er)
$ git commit -m "version 1"
[master (root-commit) 9112ebd] version 1
warning: LF will be replaced by CRLF in js/grunt-config.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in js/modernizr-config.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in js/modernizr-custom.js.
The file will have its original line endings in your working directory.
43 files changed, 1601 insertions(+)
create mode 100644 biografia.html
create mode 100644 consulta.html
create mode 100644 css/biografia.css
create mode 100644 css/consulta.css
create mode 100644 css/cultura.css
create mode 100644 css/fiestas.css
create mode 100644 css/gastronomia.css
create mode 100644 css/index.css
create mode 100644 css/lugares destacados.css
create mode 100644 css/parques.css
create mode 100644 cultura colombiana.html
create mode 100644 ferias y fiestas.html
create mode 100644 gastronomia.html
create mode 100644 img/ajiaco.jpg
create mode 100644 img/artes.jpg
create mode 100644 img/barranquilla.jpg
create mode 100644 img/barranquillav.mp4
create mode 100644 img/bogota.jpg
create mode 100644 img/cali.jpg
create mode 100644 img/cocuy.jpg
create mode 100644 img/fondocabeza.jpg
create mode 100644 img/fondocuerpo.jpg
create mode 100644 img/foto.jpg
create mode 100644 img/icono.jpg
create mode 100644 img/iconoenca.jpg
create mode 100644 img/iconoenca2.jpg
create mode 100644 img/literatura.jpg
create mode 100644 img/medellin.jpg
create mode 100644 img/munchique.jpg
create mode 100644 img/musica.jpg
create mode 100644 img/ocio.jpg
create mode 100644 img/paisa.jpg
create mode 100644 img/pescado.jpg
create mode 100644 img/ruiz.jpg
create mode 100644 img/sancocho.jpg
create mode 100644 img/santam.jpg
create mode 100644 img/tayrona.jpg
create mode 100644 index.html
create mode 100644 js/grunt-config.json
create mode 100644 js/modernizr-config.json
create mode 100644 js/modernizr-custom.js
create mode 100644 lugares destacados.html
create mode 100644 parques narutales.html
user@DESKTOP-3UH8RJ6 MINGW64 ~/Desktop/taller final/pagina web(modificada) (mast er)
$ git remote add origin https://uribec@bitbucket.org/uribec/taller-final.git
user@DESKTOP-3UH8RJ6 MINGW64 ~/Desktop/taller final/pagina web(modificada) (mast er)
$ git push origin master
remote: Unauthorized
fatal: Authentication failed for 'https://uribec@bitbucket.org/uribec/taller-fin al.git/'
user@DESKTOP-3UH8RJ6 MINGW64 ~/Desktop/taller final/pagina web(modificada) (mast er)
$ git push origin master
Counting objects: 48, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (48/48), done.
Writing objects: 41% (20/48), 22.48 MiB | 250.00 KiB/s
jam98 wrote:Jeferson Alvarez Mesa
000321195
Pagina web en git
Clonacion