Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Data Oriented Development with Angularjs
  • Table Of Contents Toc
  • Feedback & Rating feedback
Data Oriented Development with Angularjs

Data Oriented Development with Angularjs

By : Manoj Waikar
4.5 (4)
close
close
Data Oriented Development with Angularjs

Data Oriented Development with Angularjs

4.5 (4)
By: Manoj Waikar

Overview of this book

This book helps beginner-level AngularJS developers organize AngularJS applications by discussing important AngularJS concepts and best practices. If you are an experienced AngularJS developer but haven't written directives or haven't created custom HTML controls before, then this book is ideal for you.
Table of Contents (11 chapters)
close
close

Initial Git setup

Now before we start playing with Git to create repositories and adding/modifying stuff, there are a few things we should do to configure Git for the first time. Once we've done these, we'll hardly modify these settings, though we may if needs be. The first thing we need to do is set up our identity by specifying a username and an e-mail address. This is important because every Git commit uses this information, as shown in the following command:

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]

The global flag sets this information at machine level, so we need to do this only once (until we need to change it), or we can configure it on a per-project basis by running this command without the global option. We can also configure the editor which will be used while typing a (commit) message. Once we are done configuring it, we can run the following command to check all the settings:

$ git config --list

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY