git

Download Git

If you can't read please download the document

Upload: giorgos-athanasiou

Post on 16-Dec-2015

215 views

Category:

Documents


0 download

DESCRIPTION

git git git

TRANSCRIPT

Content-Type: text/x-zim-wikiWiki-Format: zim 0.4Creation-Date: 2015-07-20T15:28:48+03:00====== Git ======

== Clone repository to local system ==1.2.the popup3.4.

mkdir reposOn BitBucket, go to Overview page, click Clone (on the left) and copyaddresscd ~/reposPaste the copied address

== Create a file, add it locally, and push it to your origin repository ==1. cd ~/repos/2. Place a file inside that directory and then do a 'git status' to seethat it's recognised3. git add filename.txt foldername *4. git commit -m "Comments"//(The git commit takes the staged snapshot and commits it to the project history. )//5. git push -u origin master//(Pushing lets you move a local branchor series of commits to another repository, which serves as a convenient way topublish contributions.)//6. See changes on BitBucket page7. C mmis !

// : gi sus/

== ==

** *** S * B ( ), * N F ( ,* , HTML CSS, C mmi* C mmi** y *** ~/ / ym*

--

//(T

mm m m y m y (B) y y mm)//

== / y ==1. m - 2. .3. mm - -m "m v "

4. m

: _20-7.1

+ !!!