Skip to content

chauhanparth210/newbies_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newbie's_code

Tracker repo for newbies 🔰

Folder Structure

├── Parth
│   ├── Linklist
│   │   ├── Implementation
│   │   |  ├── Linklist.cpp
│   │   ├── Problems
│   │   |  ├── P1.cpp
│   │   |  ├── P2.cpp
│   │   |  └── P3.cpp
|   ├── Codeforces
|   |   ├── ContestNumber_QuestionName.cpp

Try to maintain 👆above folder structure.

  • First clone the repo
 git clone https://github.com/chauhanparth210/newbies_code.git
  • To push your code to the repo

    • Add code file into your folder according to your folder structure.
    • Goto root of the repo(folder).
    • Next run the following 👇 commands to push your code.
    git pull
    git add .
    git commit -m "your track message"
    git push

Releases

No releases published

Packages

No packages published