Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Roadmap for opensource #44

Closed
wants to merge 1 commit into from
Closed
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Code like a Girl is not only an initiative to promote said students but also bui
* [Naina Kumari](https://github.com/iit2019004)
* [Nidhi kamewar](https://github.com/xyz1506)
* [Priyansha Gupta](https://github.com/partofheartpri10)
* [Anjali Chaturvedi](https://github.com/Tarini-Anjali)
18 changes: 17 additions & 1 deletion js/temporary
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
delete this file once you add valid javascript files to this directory.
In order to get started with git and github the following steps will help for sure:
-- Attend all the workshops related to git by geekhaven
-- Go on youtube and check out this amazing video https://youtu.be/xuB1Id2Wxak
-- Create your github account and install gitbash if you are a windows user if you use linux then terminal will work
-- Once opencode has started , pull up your socks and get started for this ride.
-- Here are some terms and code that will help you out
Repository - A folder on git which stores files
pwd//when you first use the repository
Fork the repository
git clone
cd
git branch
git checkout

git add -A
git commit -m
git push origin