Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of git@github.com:pletisan/progit
Browse files Browse the repository at this point in the history
Conflicts:
	sr/01-introduction/01-chapter1.markdown
  • Loading branch information
igormilovanovic committed Mar 31, 2010
2 parents d2d8922 + 5d79b64 commit a2e9a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sr/01-introduction/01-chapter1.markdown
@@ -1,6 +1,6 @@
# Почетак #

Ово поглавље прича о почетку рада са Гитом. На почетку, почећемо објашњавајући позадину алата за контролу верзије, затим ћемо прећи на то како покренути Гит на свом систему и коначно на то како га подесити и започети рад са њиме. На крају овог поглавља требало би да разумете зашто постоји Гит, зашто га требате користити и како га подесити за рад.
Ово поглавље прича о почетку рада са Гитом. Започећемо појашњавањем позадине алата за контролу верзије, затим ћемо прећи на то како покренути Гит на свом систему и коначно како га подесити и кренути са радом. На крају овог поглавља разумећеш зашто постоји Гит, зашто га треба користити и како га подесити.

## О контроли верзије ##

Expand Down Expand Up @@ -252,6 +252,6 @@ For example, you can get the manpage help for the config command by running
These commands are nice because you can access them anywhere, even offline.
If the manpages and this book aren’t enough and you need in-person help, you can try the `#git` or `#github` channel on the Freenode IRC server (irc.freenode.net). These channels are regularly filled with hundreds of people who are all very knowledgeable about Git and are often willing to help.

## Summary ##
## Закључак ##

You should have a basic understanding of what Git is and how it’s different from the CVCS you may have been using. You should also now have a working version of Git on your system that’s set up with your personal identity. It’s now time to learn some Git basics.

0 comments on commit a2e9a31

Please sign in to comment.