Showing posts with label github. Show all posts
Showing posts with label github. Show all posts

11/25/13

Starting with gitHub

What are you need to start  use github?
Not much...
1. Install github client (for windows)
2. after installing go to AllPrograms >GitHub > git shell
3. git console should appear.
Now, after you have git installed, lets start with some basic operations:
To get the code from remote repository to local:
1. browse to some directory where you want your local repository to be

2. type: git clone https://github.com/someuser/YOUR_REPO_NAME.git
If all the things is correct - the local repository with all its contents should create.

Congratulation! you just became a git user

5/16/12

Open repository at Github

In purpose to do things in a professional way (like many other decent developers) - i decided to open my own repository at github. In github the source will be accessible to everyone who want to see it
Today i created my first repository , and you can see the source here, or download it by press ZIP button





Getting started with docker

It is very simple to get started usig docker. All you need to do-is download the docker desktop for your system Once you get docker syste...