Giter Site home page Giter Site logo

sgro's Introduction

sgro

TESTING git from RStudio @ UW research guides.library.wisc.edu workshop

git in RStudio

We are learning version control with git in RStudio.

Unstaged

Staged

Email address

After warning open Termial (mac) for commands:

git config --global --edit

NOTE: this opens in vi

git commit --amend --reset-author

The latter seems not necessary (and does give an error....)

fatal: not a git repository (or any of the parent directories): .git

Still wrong:

Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly:

git config --global user.name "Your Name"
git config --global user.email [email protected]

After doing this, you may fix the identity used for this commit with:

git commit --amend --reset-author

1 file changed, 14 insertions(+), 1 deletion(-)

IGNORING FILES:

Adding to the .gitignore list: click once one file (under Git tab) and then use wheel to choose "ignore"

Push changes to github

Note: everything has to be staged AND committed before able to push.

Note: cannot push if email is private... Change settings here: http://github.com/settings/emails

Exercise: Add new script

Created testing_git.R

  • Then commit
  • Then push

A BAD BAD Change

IF ALREADY COMMITED AND PUSHED: NEED LINE COMMAND!

sgro's People

Contributors

jsgro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.