Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrgupta999 committed Apr 3, 2024
2 parents faffe20 + 63b3a24 commit 6d9b663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Global Transit is a vehicle management system developed using Java and NetBeans

1. **Clone the Repository**:
```bash
git clone https://github.com/your-username/Global-Transit.git
git clone https://github.com/nkrgupta999/GlobalTransit.git

2. **Import Project into NetBeans:**

Expand All @@ -37,7 +37,7 @@ Global Transit is a vehicle management system developed using Java and NetBeans
1. Fork the repository
2. Create a new branch for your changes (e.g. `git checkout -b my-new-feature`)
3. Make your changes
4. Commit your changes (e.g. `git commit -am 'Added a new table for XYZ University'`)
4. Commit your changes (e.g. `git commit -am 'Added a new table for XYZ '`)
5. Push to the branch (e.g. `git push origin my-new-feature`)
6. Create a new pull request

Expand Down

0 comments on commit 6d9b663

Please sign in to comment.