background preloader

Git - la guía sencilla

Git - la guía sencilla
git - la guía sencilla una guía sencilla para comenzar con git. sin complicaciones ;) por Roger Dudler (traducido por @lfbarragan y @adrimatellanes) créditos a @tfnico, @fhd y Namics disponible en english, deutsch, français, indonesian, italiano, nederlands, polski, português, русский, türkçe, မြန်မာ, 日本語, 中文, 한국어 por favor, reporta cualquier problema en github configuración Descarga git para OSX Descarga git para Windows Descarga git para Linux crea un repositorio nuevo Crea un directorio nuevo, ábrelo y ejecuta git init para crear un nuevo repositorio de git. hacer checkout a un repositorio Crea una copia local del repositorio ejecutando git clone /path/to/repository Si utilizas un servidor remoto, ejecuta git clone username@host:/path/to/repository flujo de trabajo Tu repositorio local esta compuesto por tres "árboles" administrados por git. add & commit Puedes registrar cambios (añadirlos al Index) usando git add <filename> git add . envío de cambios ramas actualiza & fusiona etiquetas guías

Geeklist - A place for geeks to share what they've done, who they did it with and connect with great companies W3Schools Online Web Tutorials Free Online College Courses from Top Universities | Academic Earth Learn Code The Hard Way -- Books And Courses To Learn To Code Learn Ruby with the Neo Ruby Koans SQLZOO Learn SQL using: SQL Server, Oracle, MySQL, DB2, and PostgreSQL. Reference: how to... How to read the data from a database. 2 CREATE and DROP How to create tables, indexes, views and other things. How to get rid of them. 3 INSERT and DELETE How to put records into a table, change them and how to take them out again. 4 DATE and TIME How to work with dates; adding, subtracting and formatting. 5 Functions How to use string functions, logical functions and mathematical functions. 6 Users How to create users, GRANT and DENY access, get at other peoples tables. 7 Meta Data How to find out what tables and columns exist. 8 SQL Hacks Some SQL Hacks, taken from "SQL Hacks" published by O'Reilly 9 Using SQL with PHP on Amazon EC2 servers Video tutorials showing how to run MySQL, PHP and Apache on Amazon's EC2 cloud servers. 10 An introduction to transactions Video tutorials showing how sessions can interfere with each other and how to stop it. 11 Using SQL with C# in Visual Studio

Practice-It!, a web-based Java practice problem tool for computer science students a friendly place for Java greenhorns - Certification Info JavaRanch Certification Info To pass the SCJP you must: You gotta read books; you gotta write some code. Give yourself 3 months (less if you're a C++ programmer). Get some examples from the CodeBarn, and stories at the Campfire. The SCJP exam is now for Java2 (Java language version 1.2), but you can still take the 1.1 exam. with the Rule Roundup Game and then mock exams. Make flash cards for yourself. Get your friends to quiz you. Explain polymorphism to your dog. (and pay around US $150). 4. (can't help you with that one) You'll take it at an authorized examination center. About 2 hours, 60 questions. But not so bad if you do steps 1 and 2 and 4. How do you know if you're ready? You've been studying hard for at least 8 weeks (much more if you're also new to programming and especially object-oriented programming). If you're over 29 (in human years) -- and you can trust the CowGirl on this -- reread step 4.

Codrops

Related: