Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beberapa Contoh pemakaian patch #15

Open
andri-sudarmawijaya opened this issue Nov 18, 2017 · 1 comment
Open

Beberapa Contoh pemakaian patch #15

andri-sudarmawijaya opened this issue Nov 18, 2017 · 1 comment

Comments

@andri-sudarmawijaya
Copy link
Collaborator

Ini contoh yang saya gunakan untuk membuat patch penambahan add folder add sop folder

$ git clone https://github.com/andri-sudarmawijaya/document-management-system.git
$ cd document-management-system/
$ mkdir sop
$ git add -A
$ git status
$ cp .gitignore sop/
$ git add -A
$ cp .gitignore sop/
$ git status
$ git checkout -b sop
$ git commit -m "add sop folder"
$ git push origin sop

hasilnya akan menjadi breanch sop di repo saya yang merupakan fork dari yang ada di bantenprov.

Selamat mencoba
dan tetap semangat

@andri-sudarmawijaya andri-sudarmawijaya changed the title Contoh patch lainnya Beberapa Contoh pemakaian patch Nov 18, 2017
@RoutingBantenprov
Copy link

cimiwiww

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants