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

Cibaca test fork changes #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ A repository to keep all the projects that implemented from individual students
4. DONE!
3. Upload your project
1. Make sure that you have already competed steps 1,2.
2. Make a folder with the name that is used in slack
3. Copy all the files and folders that you want to upload inside that folder
4. Open terminal
5. Navigate to the downloads folder in your terminal: cd /path/to/downloads
6. Clone the project: git clone https://github.com/kkech/UdacityOpenSource.git
7. Go inside the folder that is created from the git clone command: cd UdacityOpenSource
8. Copy the folder with your name that you created in step 1 to the UdacityOpenSource folder. You can do this through UI. The UdacityOpenSource folder that is created with git clone command is located in your Downloads folder
2. Fork the repo in your Github account.
3. Make a folder with the name that is used in slack
4. Copy all the files and folders that you want to upload inside that folder
5. Open terminal
6. Navigate to the downloads folder in your terminal: cd /path/to/downloads
7. Clone the project: git clone https://github.com/kkech/UdacityOpenSource.git
8. Go inside the folder that is created from the git clone command: cd UdacityOpenSource
9. Copy the folder with your name that you created in step 1 to the UdacityOpenSource folder. You can do this through UI. The UdacityOpenSource folder that is created with git clone command is located in your Downloads folder
9. Go to the terminal again
10. Then make a new branch with the name that is used in slack: git checkout -b [slackName]
11. Add all the new files: git add –-all
Expand Down
Empty file added cibaca/sample.py
Empty file.