Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3582b87

Browse files
author
Saiful
committed
readme update
1 parent 703293c commit 3582b87

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

‎README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,12 @@ Though there are 1000’s of articles about git, I have written this article is
3232

3333
### Manage Repository
3434

35-
Pocess 1: Create a Repository in git hub/git lab then Clone the Repository
35+
Create a Repository in git hub/git lab then Clone the Repository
3636
* [How to create git hub repository.](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/create-a-repo)
3737

3838
# Download an existing git repository to your local computer with its entire code history.
3939
$ git clone [url]
4040

41-
Pocess 2: Create a Repository in local machine then add repository in git hub/git
42-
43-
1- $ cd to your Project
44-
2- $ git init
45-
3- $ git add --all or git add .
46-
4- $ git commit -m "first commit"
47-
5- $ git remote add origin github.com/saifaustcse/new_repository
48-
6- $ git push -u origin master
4941
5042
### Adding files and folder (Workspace --> Staging)
5143

@@ -125,7 +117,7 @@ Though there are 1000’s of articles about git, I have written this article is
125117
# Create a new branch and switch to the branch.
126118
$ git checkout -b [branch]
127119

128-
# Switch to the specified branch and update the workspace.
120+
# Switch to the specified branch.
129121
$ git checkout [branch-name]
130122

131123
# Switch to the previous branch.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /