Failure is an Options!

Keep Strugle for what you want to achieve

The Future is in your hand,

Future bright only if you have a plan and action to making happen.

The Maturity and Wisely!

Success people always have positive vibe with maturity of thinking and wisely attitude in living

The time is limited

Never waste your time, Because time is precious like a life and money

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