Web Services Development and Desktop Application

Our service available which to give the best service to our customers company for any categories development.

Selasa, 15 Agustus 2017

Cara push project ke bitbucket

HOW TO PUSH  / UPLOAD FILE TO REPO :
1.Go to web bitbucket login/register, create repo, isi nama dan deskripsi file, klik ok.
2.open direktori with GIT BASH (right klik on project folder choose git bash).
Then type this..
3. git init
4.git add -A
5.git config --global user.email testuser@gmail.com
6.git config --global user.name testuser
7.git commit -m "Nama VersiProject"
8.git status  (to check status) then
 copy url remote repository :
9.git remote set-url origin https://adhieres@bitbucket.org/accountname/projectname.git
OR git remote add origin https://github.com/accountname/test.git
10.git push -u origin master
Please wait, Well done!

Cloning Repositori
git clone https://github.com/nama akun/nama repo.git

Menambahkan File & Push File di Github
Untuk menambahkan beberapa file ke repo yang telah dibuat ketikkan

cd direktori/ //Masuk ke direktori yang sudah di clone tadi
git add nama file atau * //tanda bintang untuk beberapa file sekaligus
git commit -m "first commit" //dalam tanda petik tulisan pesan
git push //masukkan nama pengguna dan kata sandi