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

new files added #27

Open
wants to merge 1 commit into
base: main
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
30 changes: 29 additions & 1 deletion kritika22154108/day 1.txt
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
git github clone push
// day 1 progerss

-> git
-> github
-> configuring git

//commands

-> git init-initialize an existing directory as git repository.
-> git clone <-link-> -cloning a repository on our local machine.
-> git status-displays the state of the code.
-> git add . -adds new or changed files in your working directory to the git staging area.
-> git commit -m"some message" -it is the record of the changes.
-> git push origin main-uploads local repo content to remote repo.

-> cd <-folder name-> -changing directory.
-> ls-list files.












13 changes: 13 additions & 0 deletions kritika22154108/day 2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//day 2 progress

-> forking a repository.

-> branch-
git branch-to check branch.
git branch -M main -to rename branch.
git checkout <-branch name-> -to navigate.
git checkout -b <-new branch name-> -to create new branch.
git branch -d <-branch name-> -to delete branch.

-> creating a pull request.

12 changes: 12 additions & 0 deletions kritika22154108/day 3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//day 3 progress

-> about web development.
-> how websites work.
-> networking.
-> client,server,ICP,DNS,API.






7 changes: 7 additions & 0 deletions kritika22154108/day 4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//day 4 progress

-> basics of app dvelopment.
-> android apps.
-> ios apps.
-> flutter.
-> dart.