Skip to content

Overview of Steps for Git and GitHub #251

Description

@githubteacher
  • 600 git clone https://github.com/githubteacher/feb-developers.git
    • 601 cd feb-developers
    • 602 ls -al
    • 603 clear
    • 604 git checkout -b githubteacher-branch
    • 605 cat README.md
    • 606 echo "adding another line of text" >> README.md
    • 607 cat README.md
    • 608 cat README.md
    • 609 git checkout master
    • 610 git checkout githubteacher-branch
    • 611 git status
    • 612 git add README.md
    • 613 git status
    • 614 git commit
    • 615 git checkout master
    • 616 atom README.md
    • 617 git checkout githubteacher-branch
    • 618 git push -u origin githubteacher-branch
    • 619 git checkout master
    • 620 git pull
    • 621 git branch --merged
    • 622 git branch -d githubteacher-branch
    • 623 git pull --prune

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions