Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singhofen/php-practice-repo
this is a php practice repo with php projects
https://github.com/singhofen/php-practice-repo
php php-form php-practice php-sandbox php-tutorials phpmyadmin sandbox
Last synced: 6 days ago
JSON representation
this is a php practice repo with php projects
- Host: GitHub
- URL: https://github.com/singhofen/php-practice-repo
- Owner: singhofen
- Created: 2018-08-12T19:04:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T13:49:50.000Z (over 6 years ago)
- Last Synced: 2024-11-07T10:13:17.458Z (about 2 months ago)
- Topics: php, php-form, php-practice, php-sandbox, php-tutorials, phpmyadmin, sandbox
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php Sandbox tutorials
This is a .php Sandbox tutorial. The purpose for this repo is to practice .php coding then once finished with a project uplaod it to github via gitBash CLI.
**************************
# Gitflow instructions1. find or start your local project
2. right click in folder
3. select gitbash here
4. type git init -to initialize repo - unless it already is a repo, then just DL or clone it.
5. make and/or modify any folders you would like
6. type git status to see your untracked files in the local repo.
7. type git add . if you wish to add them all at once to repo then type
8. OR you can just type the folder name itself example: git add index.html
9. type git commit -m 'your short message'
10. create your repo on github
11. dont put any README.md, gitignore, or Lisence files (you can always add those locally via touch "name of your file")
12. copy repo url that you are given
13. type git remote add origin
14. type git push -u origin masterthats all, you maybe asked to login to github via SSH.
********************************Anyone is welcome to practice their php and gitflow with this repo. simply clone or DL and go to work
********************
Working on cloning repo's using git, gitbash, and github
*********************
right click > git BASH HERE > git init (initializes repo in that dir.) > start modifiying changes in your cloned repo > git status to see changes > git add . > git commint -m 'your message' > git push
********
after this process go to git repo and refresh to see any files/changes you have added to the repoMIT License