https://github.com/ash515/registration_form
https://github.com/ash515/registration_form
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ash515/registration_form
- Owner: Ash515
- Created: 2020-11-10T16:52:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T17:36:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T06:50:12.392Z (9 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Registrationform
# 🚀 Installation
1. Clone the repository
```
https://github.com/Ash515/Registration_Form.git
```
2. Check the status of your file
```
$git status
```3.For using VScode for editing your files
```
$git code .
```
4. To directly add your files to github
```
$git add .
```
5. After writing your code commit your changes
```
$git commit -m
```
6. To pull your code to reposoitory
```
$git push origin master
```
Thats all about installation and version control with **Git**