I want to create .htaccess file in NetBeans.
I want to relize it by short and easy way.
How to make it?Read more
I want to relize it by short and easy way.
How to make it?Read more
$ cd c:
a.ovasafyan@IT04 MINGW64 /c
$ cd xampp/htdocs/
a.ovasafyan@IT04 MINGW64 /c/xampp/htdocs
$ cd bukivedi.store
a.ovasafyan@IT04 MINGW64 /c/xampp/htdocs/bukivedi.store (master)
$ git status
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
$ git rm "index-test.php"
$ git rm "index-test.php"
rm 'index-test.php'
$ git status
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
deleted: index-test.php
$ git commit -m "We are testing delete event of Git"
$ git commit -m "We are testing delete event of Git"
[master 3cf6321] We are testing delete event of Git
1 file changed, 15 deletions(-)
delete mode 100644 index-test.php
$ git push
$ git push
Counting objects: 2, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 252 bytes | 0 bytes/s, done.
Total 2 (delta 1), reused 0 (delta 0)
remote: Resolving deltas: 100% (1/1), completed with 1 local objects.
To https://github.com/arthurhovasap/bukivedinstore.git
aac9734..3cf6321 master -> master